aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lowpan-tools/lowpan-tools_git.bb
blob: a03c1d9fd3eebcbcb1940316a4d31cef6fa02642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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 python-native"
PR = "r9"

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 ${PYTHON_SITEPACKAGES_DIR}"
FILES_${PN}-tests-dbg = "${libexecdir}/lowpan-tools/.debug"
RDEPENDS_${PN}-tests += "${PN} python-core"

EXTRA_OECONF = "--disable-manpages"

inherit autotools_stage python-dir