[oe-commits] Sergey Lapin : lowpan-utils: added (IEEE802.15 userspace)

GIT User account git at amethyst.openembedded.net
Fri Jan 30 09:01:36 UTC 2009


Module: openembedded.git
Branch: ieee80215
Commit: 95899c3c4695f44ca239f4edd20febda20254e2b
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=95899c3c4695f44ca239f4edd20febda20254e2b

Author: Sergey Lapin <slapin at ossfans.org>
Date:   Fri Jan 30 11:44:06 2009 +0300

lowpan-utils: added (IEEE802.15 userspace)

Signed-off-by: Sergey Lapin <slapin at ossfans.org>

---

 packages/lowpan-utils/lowpan-utils_git.bb |   31 +++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/packages/lowpan-utils/lowpan-utils_git.bb b/packages/lowpan-utils/lowpan-utils_git.bb
new file mode 100644
index 0000000..4dd29ee
--- /dev/null
+++ b/packages/lowpan-utils/lowpan-utils_git.bb
@@ -0,0 +1,31 @@
+DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)"
+LICENSE = "GPL"
+SRCREV = "master"
+SRC_URI = "git://github.com/lumag/lowpan-utils.git;protocol=git"
+DEPENDS = "libnl"
+PR = "r1"
+
+S = "${WORKDIR}/git"
+PACKAGES += "${PN}-tests-dbg"
+PACKAGES += "${PN}-tests"
+FILES_${PN} = "${bindir}/iz ${sbindir}/izconfig \
+               ${bindir}/izchat ${sbindir}/coordinator \
+               ${sbindir}/izattach"
+FILES_${PN}-tests = "${libexecdir}/zigbee"
+FILES_${PN}-tests-dbg = "${libexecdir}/zigbee/.debug"
+
+inherit autotools
+
+do_install_append() {
+     install -d ${D}${bindir}/.debug
+     install -d ${D}${sbindir}/.debug
+     mv ${D}${libexecdir}/zigbee/iz ${D}${bindir}/
+     mv ${D}${libexecdir}/zigbee/izconfig ${D}${sbindir}/
+     mv ${D}${libexecdir}/zigbee/izchat ${D}${bindir}/
+     mv ${D}${libexecdir}/zigbee/coordinator ${D}${sbindir}/
+     mv ${D}${libexecdir}/zigbee/serial ${D}${sbindir}/izattach
+}
+
+do_stage() {
+     autotools_stage_all
+}





More information about the Openembedded-commits mailing list