aboutsummaryrefslogtreecommitdiffstats
path: root/packages/lowpan-utils/lowpan-utils_git.bb
blob: 99fc4f55f31ec0075e44126c964f8f4ea34a3951 (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 = "master"
SRC_URI = "git://github.com/lumag/lowpan-utils.git;protocol=git"
DEPENDS = "libnl bison-native flex-native"
PR = "r2"

S = "${WORKDIR}/git"
PACKAGES += "${PN}-tests-dbg"
PACKAGES += "${PN}-tests"
FILES_${PN} = "${sbindir}/iz ${sbindir}/izconfig \
               ${bindir}/izchat ${bindir}/izlisten ${sbindir}/coordinator \
               ${sbindir}/izattach"
FILES_${PN}-tests = "${libexecdir}/zigbee"
FILES_${PN}-tests-dbg = "${libexecdir}/zigbee/.debug"

inherit autotools

do_stage() {
     autotools_stage_all
}