[oe-commits] org.oe.dev prismstumbler: fix build against motif and recent linux-linux-headers, closes #2177

polyonymous commit openembedded-commits at lists.openembedded.org
Sat May 5 19:53:02 UTC 2007


prismstumbler: fix build against motif and recent linux-linux-headers, closes #2177

Author: polyonymous at klever.net
Branch: org.openembedded.dev
Revision: 01df3eb8dd156dd53e918683a5d71552c17ce2bd
ViewMTN: http://monotone.openembedded.org/revision.psp?id=01df3eb8dd156dd53e918683a5d71552c17ce2bd
Files:
1
packages/prismstumbler/prismstumbler_0.7.3.bb
Diffs:

#
# mt diff -r17540e9fab889fa7c0fc2c08a74438254a503647 -r01df3eb8dd156dd53e918683a5d71552c17ce2bd
#
# 
# 
# patch "packages/prismstumbler/prismstumbler_0.7.3.bb"
#  from [7efb7211b2f807c58bcc736154c961d9b73f0790]
#    to [64f0a486406655631fb075b3bab4e17ca2303fa2]
# 
============================================================
--- packages/prismstumbler/prismstumbler_0.7.3.bb	7efb7211b2f807c58bcc736154c961d9b73f0790
+++ packages/prismstumbler/prismstumbler_0.7.3.bb	64f0a486406655631fb075b3bab4e17ca2303fa2
@@ -10,7 +10,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/prismst
 SRC_URI = "${SOURCEFORGE_MIRROR}/prismstumbler/${PN}-${PV}.tar.bz2 \
 	file://bogoconf.patch;patch=1 \
 	file://crosscompile.patch;patch=1 \
-        file://libz.patch;patch=1;pnum=0"
+        file://libz.patch;patch=1;pnum=0 \
+	file://wireless.patch;patch=1"
 
 inherit autotools pkgconfig
 
@@ -19,7 +20,8 @@ EXTRA_OECONF = "--x-includes=${STAGING_I
 		--with-libpcap=${STAGING_DIR}/${HOST_SYS} \
 		--with-sqlite-includes=${STAGING_INCDIR} \
 		--with-sqlite-libs=${STAGING_LIBDIR} \
-		--without-athena"
+		--without-athena \
+		--without-motif"
 
 CFLAGS =+ "-I${S}/include -D_GNU_SOURCE"
 






More information about the Openembedded-commits mailing list