aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kismet/kismet_2010-07-R1.bb
blob: ea4181facca6ec8f68f94a55b7eb48a6f68f8fc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
require kismet.inc

# patches *.diff are from openSUSE
# FIXME:
#SRC_URI += "file://fix_strip.patch"
SRC_URI += "file://hardcoded-usr.patch"

do_configure_prepend() {
	# OE still has only ncurses5 with config script called ncurses-config.
	# mangle ncursesw5-config check to nonsense to prevent access to the host ncursesw5-config
	sed -i 's/ncurses5-config/ncurses-config/g;s/ncursesw5-config/ncursesw-not-avaliable-in-oe-config/g' configure.in
}
# FIXME:
fakeroot do_install() {
     oe_runmake "DESTDIR=${D}" install
}
CONFFILES_${PN} = "${sysconfdir}/kismet.conf ${sysconfdir}/kismet_drone.conf"

PR = "r0"

SRC_URI[md5sum] = "85e59186eb529889118b5635f35cf57d"
SRC_URI[sha256sum] = "b1bae7a97e7a904bf620f285aa0d62ebc1fd3b54b671fbca125405036f949e80"