[oe-commits] org.oe.dev prismstumbler: bug #1679, fix inclusion of host headers and incorrect ranlib and ar calls, thanks to Cyril Romain

Cyril commit openembedded-commits at lists.openembedded.org
Wed Mar 21 19:11:20 UTC 2007


prismstumbler: bug #1679, fix inclusion of host headers and incorrect ranlib and ar calls, thanks to Cyril Romain

Author: Cyril
Branch: org.openembedded.dev
Revision: bb5d6628cf250e21668b9823b87a9877e167a838
ViewMTN: http://monotone.openembedded.org/revision.psp?id=bb5d6628cf250e21668b9823b87a9877e167a838
Files:
1
packages/prismstumbler/prismstumbler-0.7.3/fix-includes.patch
packages/prismstumbler/prismstumbler_0.7.3.bb
Diffs:

#
# mt diff -r5b67d1cb3227253f3f4b525375b174d391b45a4a -rbb5d6628cf250e21668b9823b87a9877e167a838
#
# 
# 
# delete "packages/prismstumbler/prismstumbler-0.7.3/fix-includes.patch"
# 
# patch "packages/prismstumbler/prismstumbler_0.7.3.bb"
#  from [25674e65f52983cf371dfc5d01cf7e3e0d4ff73c]
#    to [7efb7211b2f807c58bcc736154c961d9b73f0790]
# 
============================================================
--- packages/prismstumbler/prismstumbler_0.7.3.bb	25674e65f52983cf371dfc5d01cf7e3e0d4ff73c
+++ packages/prismstumbler/prismstumbler_0.7.3.bb	7efb7211b2f807c58bcc736154c961d9b73f0790
@@ -1,5 +1,5 @@ SECTION = "x11/network"
 SECTION = "x11/network"
-PR = "r4"
+PR = "r5"
 
 PACKAGES = "prismstumbler prismstumbler-frontend prismstumbler-doc"
 DESCRIPTION = "Prismstumbler wireless LAN scanner"
@@ -9,12 +9,18 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/prismst
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/prismstumbler/${PN}-${PV}.tar.bz2 \
 	file://bogoconf.patch;patch=1 \
-        file://fix-includes.patch;patch=1 \
+	file://crosscompile.patch;patch=1 \
         file://libz.patch;patch=1;pnum=0"
 
 inherit autotools pkgconfig
 
-EXTRA_OECONF = "--with-libpcap=${STAGING_DIR}/${HOST_SYS} --with-sqlite-libs=${STAGING_LIBDIR} --with-sqlite-includes=${STAGING_INCDIR}"
+EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
+		--x-libraries=${STAGING_LIBDIR} \
+		--with-libpcap=${STAGING_DIR}/${HOST_SYS} \
+		--with-sqlite-includes=${STAGING_INCDIR} \
+		--with-sqlite-libs=${STAGING_LIBDIR} \
+		--without-athena"
+
 CFLAGS =+ "-I${S}/include -D_GNU_SOURCE"
 
 FILES_${PN} = "${bindir}/prismstumbler"






More information about the Openembedded-commits mailing list