From: Phil Blundell Date: Wed, 1 Dec 2004 11:12:38 +0000 (+0000) Subject: fix prismstumbler dependency on libz X-Git-Tag: Release-2010-05/1~15852 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f35f67518f930c4a5b5864e02efef10af86d4830;p=openembedded.git fix prismstumbler dependency on libz patch from Florian Boor BKrev: 41ada726tg5_vvnpfl8vU9UJBFV5rg --- diff --git a/prismstumbler/prismstumbler-0.7.3/libz.patch b/prismstumbler/prismstumbler-0.7.3/libz.patch new file mode 100644 index 0000000000..e69de29bb2 diff --git a/prismstumbler/prismstumbler_0.7.3.oe b/prismstumbler/prismstumbler_0.7.3.oe index b21e1b4432..d752e56929 100644 --- a/prismstumbler/prismstumbler_0.7.3.oe +++ b/prismstumbler/prismstumbler_0.7.3.oe @@ -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 " -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