diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-10-26 21:57:30 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-10-26 21:57:30 +0000 |
commit | af482b0a194239e428311ed52e098ae915a2815d (patch) | |
tree | 4fa5a1a70e0d3b76603cd3516899290531701d92 /packages/kismet/kismet-newcore_svn.bb | |
parent | 871541a4df72568e56315fabeb2ec570a2db7a84 (diff) |
kismet-newcore_svn.bb : disable gpsmap, it doesnt build in newcore
Diffstat (limited to 'packages/kismet/kismet-newcore_svn.bb')
-rw-r--r-- | packages/kismet/kismet-newcore_svn.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/kismet/kismet-newcore_svn.bb b/packages/kismet/kismet-newcore_svn.bb index 2d540d2b5c..fd1eadfeb7 100644 --- a/packages/kismet/kismet-newcore_svn.bb +++ b/packages/kismet/kismet-newcore_svn.bb @@ -4,11 +4,11 @@ SECTION = "console/network" LICENSE = "GPLv2" DEPENDS = "expat gmp imagemagick tiff fakeroot-native zlib bzip2" PV = "0.0+svnr${SRCREV}" -PR = "r1" +PR = "r2" DEFAULT_PREFERENCE = "-1" SRC_URI = "svn://svn.kismetwireless.net/code/branch/;module=kismet-newcore;proto=http" -EXTRA_OECONF = "--enable-wsp100 --with-pcap=linux \ +EXTRA_OECONF = "--disable-gpsmap --enable-wsp100 --with-pcap=linux \ --with-linuxheaders=${STAGING_KERNEL_DIR}/include" inherit autotools @@ -19,13 +19,10 @@ fakeroot do_install() { oe_runmake "DESTDIR=${D}" suidinstall } -PACKAGES =+ "${PN}-sounds ${PN}-gpsmap" +PACKAGES =+ "${PN}-sounds" FILES_${PN}-sounds = "${datadir}/kismet/wav" RDEPENDS_${PN}-sounds = "sox" -FILES_${PN}-gpsmap = "${bindir}/gpsmap*" -RDEPENDS_${PN}-gpsmap = "gpsd" - CONFFILES_${PN} = "${sysconfdir}/kismet.conf ${sysconfdir}/kismet_ui.conf ${sysconfdir}/kismet_drone.conf" |