aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lowpan-tools/lowpan-tools_git.bb
blob: 4b399c4d0675219460d10ee70f460bf1efc501b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)"
LICENSE = "GPL"
SRCREV = "ce5d988028bdcf78f3461c7dfe1c9b78ded03191"
SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee;protocol=git"
DEPENDS = "libnl bison-native flex-native"
PR = "r8"

S = "${WORKDIR}/git"
PACKAGES += "${PN}-tests-dbg"
PACKAGES += "${PN}-tests"
FILES_${PN} = "${sbindir}/iz ${sbindir}/izconfig \
               ${bindir}/izchat ${bindir}/izlisten ${sbindir}/izcoordinator \
               ${sbindir}/izattach ${libdir}/ip/link_wpan.so"
FILES_${PN}-dbg += "${libdir}/ip/.debug/link_wpan.so"
FILES_${PN}-tests = "${libexecdir}/lowpan-tools ${libdir}/python*/site-packages"
FILES_${PN}-tests-dbg = "${libexecdir}/lowpan-tools/.debug"

EXTRA_OECONF = "--disable-manpages"

inherit autotools_stage