[oe-commits] org.oe.dev kismet-newcore_svn.bb : disable gpsmap, it doesnt build in newcore

xora commit openembedded-commits at lists.openembedded.org
Fri Oct 26 22:32:42 UTC 2007


kismet-newcore_svn.bb : disable gpsmap, it doesnt build in newcore

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: 99b52591166adbe8cd5684ee48c7d1c69bbf1e0f
ViewMTN: http://monotone.openembedded.org/revision/info/99b52591166adbe8cd5684ee48c7d1c69bbf1e0f
Files:
1
packages/kismet/kismet-newcore_svn.bb
Diffs:

#
# mt diff -ra93a1dd8de7fe4f2f480d9bbba485eea521fba9b -r99b52591166adbe8cd5684ee48c7d1c69bbf1e0f
#
# 
# 
# patch "packages/kismet/kismet-newcore_svn.bb"
#  from [d67dfb272d89fe6a9cb8743a2c7726355f53f768]
#    to [613997394be7e86e20920124bb2c4b10ce09a6d6]
# 
============================================================
--- packages/kismet/kismet-newcore_svn.bb	d67dfb272d89fe6a9cb8743a2c7726355f53f768
+++ packages/kismet/kismet-newcore_svn.bb	613997394be7e86e20920124bb2c4b10ce09a6d6
@@ -1,14 +1,14 @@ PV = "0.0+svnr${SRCREV}"
 DESCRIPTION = "Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
 HOMEPAGE = "http://www.kismetwireless.net/"
 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"
 






More information about the Openembedded-commits mailing list