diff options
author | Phil Blundell <philb@gnu.org> | 2004-12-01 11:12:38 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-12-01 11:12:38 +0000 |
commit | f35f67518f930c4a5b5864e02efef10af86d4830 (patch) | |
tree | 87f683a7a2870086b1650483e0e6a21fd869cd28 /prismstumbler | |
parent | c418faeebdd8865e7b5c94424b5b7927d420d614 (diff) |
fix prismstumbler dependency on libz
patch from Florian Boor
BKrev: 41ada726tg5_vvnpfl8vU9UJBFV5rg
Diffstat (limited to 'prismstumbler')
-rw-r--r-- | prismstumbler/prismstumbler-0.7.3/libz.patch | 0 | ||||
-rw-r--r-- | prismstumbler/prismstumbler_0.7.3.oe | 8 |
2 files changed, 5 insertions, 3 deletions
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 --- /dev/null +++ b/prismstumbler/prismstumbler-0.7.3/libz.patch 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 <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 |