diff options
author | Holger Freyther <zecke@selfish.org> | 2005-09-10 16:58:30 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-10 16:58:30 +0000 |
commit | a7d701fa9844f365f1a044c8392c50debc13f189 (patch) | |
tree | c549ce3501ece55c15de6e83fbffd6bab1d08314 /packages/irda-utils/irda-utils_0.9.15.bb | |
parent | edb9e20aec763fc6d371ed2cd4b08dbf247a56e6 (diff) |
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/irda-utils_0.9.15.bb')
-rw-r--r-- | packages/irda-utils/irda-utils_0.9.15.bb | 5 |
1 files changed, 4 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 |