aboutsummaryrefslogtreecommitdiffstats
path: root/packages/irda-utils
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2005-09-10 16:58:30 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-09-10 16:58:30 +0000
commita7d701fa9844f365f1a044c8392c50debc13f189 (patch)
treec549ce3501ece55c15de6e83fbffd6bab1d08314 /packages/irda-utils
parentedb9e20aec763fc6d371ed2cd4b08dbf247a56e6 (diff)
downloadopenembedded-a7d701fa9844f365f1a044c8392c50debc13f189.tar.gz
irda-utils:
-included /usr/include and /usr/src/linux/include via SYS_INCLUDES variable. export a better candiate for SYS_INCLUDES -version 0.9.15 is currently unbuildable, mark it as such
Diffstat (limited to 'packages/irda-utils')
-rw-r--r--packages/irda-utils/irda-utils_0.9.15.bb5
-rw-r--r--packages/irda-utils/irda-utils_0.9.16.bb2
2 files changed, 6 insertions, 1 deletions
diff --git a/packages/irda-utils/irda-utils_0.9.15.bb b/packages/irda-utils/irda-utils_0.9.15.bb
index 36c1e11cfe..1f904e58a8 100644
--- a/packages/irda-utils/irda-utils_0.9.15.bb
+++ b/packages/irda-utils/irda-utils_0.9.15.bb
@@ -8,7 +8,10 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://configure.patch;patch=1 \
file://m4.patch;patch=1"
-inherit autotools
+export SYS_INCLUDES="-I${STAGING_INCDIR}"
+BROKEN = "1"
+
+inherit autotools
do_compile () {
oe_runmake -e -C irattach
diff --git a/packages/irda-utils/irda-utils_0.9.16.bb b/packages/irda-utils/irda-utils_0.9.16.bb
index d99846f8cd..2e09edd841 100644
--- a/packages/irda-utils/irda-utils_0.9.16.bb
+++ b/packages/irda-utils/irda-utils_0.9.16.bb
@@ -10,6 +10,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \
file://m4.patch;patch=1 \
file://init"
+export SYS_INCLUDES="-I${STAGING_INCDIR}"
+
inherit autotools update-rc.d
INITSCRIPT_NAME = "irattach"