summaryrefslogtreecommitdiff
path: root/recipes/linknx/linknx_0.0.1.26.bb
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-08-12 10:06:44 +0200
committerDirk Opfer <dirk@do13.de>2009-08-12 10:41:53 +0200
commit110422e26fb5f1e56b22e1ea00e393a187114793 (patch)
tree7a2e177539ff2bb7b301be892ac35b0da7d9133e /recipes/linknx/linknx_0.0.1.26.bb
parentb5b13fcd2a5a7fb213e544971db9f5f59d6f3474 (diff)
linknx: Fix crash on startup
- restructure recipe and add .inc - Add patch to fix a crash on startup during static initialization of a map - Add startup script - Enable curl and smtp - Add recipe for cvs version
Diffstat (limited to 'recipes/linknx/linknx_0.0.1.26.bb')
-rw-r--r--recipes/linknx/linknx_0.0.1.26.bb18
1 files changed, 4 insertions, 14 deletions
diff --git a/recipes/linknx/linknx_0.0.1.26.bb b/recipes/linknx/linknx_0.0.1.26.bb
index 1afde1cfd8..5f30eb808f 100644
--- a/recipes/linknx/linknx_0.0.1.26.bb
+++ b/recipes/linknx/linknx_0.0.1.26.bb
@@ -1,17 +1,7 @@
-DESCRIPTION = "Linknx is an automation platform providing high level functionalities to EIB/KNX installation. \
-The rules engine allows execution of actions based on complex logical conditions and timers"
-HOMEPAGE = "http://linknx.sourceforge.net/"
-SECTION = "console/network"
-PRIORITY = "optional"
-LICENSE = "GPL"
-
-DEPENDS = " pthsem "
-DEPENDS_append_linux-uclibc = " argp-standalone"
-DEPENDS_append_linux-uclibcgnueabi = " argp-standalone"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/linknx/linknx-${PV}.tar.gz \
- file://configure-libcurl.patch;patch=1 "
-
-inherit autotools
+ file://logger-initialisations.patch;patch=1 \
+ "
-EXTRA_OECONF = " --with-pth=yes --without-pth-test --without-mysql --without-libcurl --without-log4cpp --without-lua"
+require linknx.inc \ No newline at end of file