From: Graeme Gregory Date: Fri, 26 Oct 2007 21:57:30 +0000 (+0000) Subject: kismet-newcore_svn.bb : disable gpsmap, it doesnt build in newcore X-Git-Tag: Release-2010-05/1~8454^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af482b0a194239e428311ed52e098ae915a2815d;p=openembedded.git kismet-newcore_svn.bb : disable gpsmap, it doesnt build in newcore --- 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"