irda-utils:
authorHolger Freyther <zecke@selfish.org>
Sat, 10 Sep 2005 16:58:30 +0000 (16:58 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 10 Sep 2005 16:58:30 +0000 (16:58 +0000)
    -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

packages/irda-utils/irda-utils_0.9.15.bb
packages/irda-utils/irda-utils_0.9.16.bb

index 36c1e11..1f904e5 100644 (file)
@@ -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
index d99846f..2e09edd 100644 (file)
@@ -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"