fix prismstumbler dependency on libz
authorPhil Blundell <philb@gnu.org>
Wed, 1 Dec 2004 11:12:38 +0000 (11:12 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 1 Dec 2004 11:12:38 +0000 (11:12 +0000)
patch from Florian Boor

BKrev: 41ada726tg5_vvnpfl8vU9UJBFV5rg

prismstumbler/prismstumbler-0.7.3/libz.patch [new file with mode: 0644]
prismstumbler/prismstumbler_0.7.3.oe

diff --git a/prismstumbler/prismstumbler-0.7.3/libz.patch b/prismstumbler/prismstumbler-0.7.3/libz.patch
new file mode 100644 (file)
index 0000000..e69de29
index b21e1b4..d752e56 100644 (file)
@@ -1,14 +1,15 @@
 SECTION = "x11/network"
-PR = "r0"
+PR = "r1"
 
 PACKAGES = "prismstumbler prismstumbler-frontend"
 DESCRIPTION = "Prismstumbler wireless LAN scanner"
 LICENSE = "GPL"
 MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
-DEPENDS = "libpcap gtk+ wireless-tools sqlite"
+DEPENDS = "libpcap gtk+ wireless-tools sqlite zlib"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/prismstumbler/${PN}-${PV}.tar.bz2 \
-       file://bogoconf.patch;patch=1"
+       file://bogoconf.patch;patch=1 \
+        file://libz.patch;patch=1;pnum=0"
 
 inherit autotools pkgconfig
 
@@ -20,6 +21,7 @@ FILES_prismstumbler-frontend = "${bindir}/psfront ${bindir}/pst \
                               ${datadir}/applications \
                               ${datadir}/pixmaps ${datadir}/doc/prismstumbler/help.txt \
                                ${sysconfdir}"
+
 do_configure() {
   autotools_do_configure
   cd ${S}/src/gpsd