summaryrefslogtreecommitdiff
path: root/packages/kismet/kismet_2004-04-R1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/kismet/kismet_2004-04-R1.bb')
-rw-r--r--packages/kismet/kismet_2004-04-R1.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/packages/kismet/kismet_2004-04-R1.bb b/packages/kismet/kismet_2004-04-R1.bb
index 5f03366541..f1510f9e87 100644
--- a/packages/kismet/kismet_2004-04-R1.bb
+++ b/packages/kismet/kismet_2004-04-R1.bb
@@ -2,15 +2,16 @@ SECTION = "console/network"
DESCRIPTION = "Kismet is an 802.11 layer2 wireless network detector, sniffer, and intrusion detection system"
HOMEPAGE = "http://www.kismetwireless.net/"
LICENSE = "GPLv2"
-MAINTAINER = "Bruno Randolf <bruno.randolf@4g-systems.biz>"
+MAINTAINER = "Graeme Gregory <dp@xora.org.uk>"
DEPENDS = "expat gmp"
SRC_URI = "http://www.kismetwireless.net/code/kismet-2004-04-R1.tar.gz \
file://no-strip.diff;patch=1;pnum=0 \
file://no-chmod.diff;patch=1;pnum=0 \
- file://no-lib-modules-uname-include.diff;patch=1;pnum=0"
+ file://no-lib-modules-uname-include.diff;patch=1;pnum=0 \
+ file://packet_friend_fix.patch;patch=1 \
+ file://glibc3.3.2-getopt-throw.diff;patch=1;pnum=0"
-SRC_URI_append_mipsel = " file://glibc3.3.2-getopt-throw.diff;patch=1;pnum=0"
SRC_URI_append_mtx-1 = " file://kismet.conf"
EXTRA_OECONF = "--with-pcap=linux --disable-setuid"
@@ -24,7 +25,7 @@ do_configure() {
do_install_append() {
if test -e ${WORKDIR}/kismet.conf; then
- install -m 644 ${WORKDIR}/kismet.conf ${D}/${sysconfdir}/
+ install -m 644 ${WORKDIR}/kismet.conf ${D}${sysconfdir}/
fi
}