summaryrefslogtreecommitdiffstats
path: root/recipes/linknx/linknx_0.0.1.26.bb
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-04-22 10:33:22 +0200
committerDirk Opfer <dirk@do13.de>2009-04-22 10:33:22 +0200
commit8ad50430b0867febad16ec25acbd726db8041930 (patch)
tree92e4d01da6010083171c51d114300d9236157bb8 /recipes/linknx/linknx_0.0.1.26.bb
parentb2bbfbf9df3fce104eba8e34121610f4c56a4625 (diff)
downloadopenembedded-8ad50430b0867febad16ec25acbd726db8041930.tar.gz
linknx: new recipe, version 0.0.1.26
Linknx is an automation platform providing high level functionalities to EIB/KNX installation
Diffstat (limited to 'recipes/linknx/linknx_0.0.1.26.bb')
-rw-r--r--recipes/linknx/linknx_0.0.1.26.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/linknx/linknx_0.0.1.26.bb b/recipes/linknx/linknx_0.0.1.26.bb
new file mode 100644
index 0000000000..1afde1cfd8
--- /dev/null
+++ b/recipes/linknx/linknx_0.0.1.26.bb
@@ -0,0 +1,17 @@
+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"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/linknx/linknx-${PV}.tar.gz \
+ file://configure-libcurl.patch;patch=1 "
+
+inherit autotools
+
+EXTRA_OECONF = " --with-pth=yes --without-pth-test --without-mysql --without-libcurl --without-log4cpp --without-lua"