[oe-commits] Sergey Lapin : lowpan-utils: fixed binaries locations

GIT User account git at amethyst.openembedded.net
Wed Feb 11 10:57:27 UTC 2009


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

Author: Sergey Lapin <slapin at ossfans.org>
Date:   Wed Feb 11 13:55:13 2009 +0300

lowpan-utils: fixed binaries locations

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

---

 packages/lowpan-utils/lowpan-utils_git.bb |   18 ++++--------------
 1 files changed, 4 insertions(+), 14 deletions(-)

diff --git a/packages/lowpan-utils/lowpan-utils_git.bb b/packages/lowpan-utils/lowpan-utils_git.bb
index 4dd29ee..99fc4f5 100644
--- a/packages/lowpan-utils/lowpan-utils_git.bb
+++ b/packages/lowpan-utils/lowpan-utils_git.bb
@@ -2,30 +2,20 @@ 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"
+DEPENDS = "libnl bison-native flex-native"
+PR = "r2"
 
 S = "${WORKDIR}/git"
 PACKAGES += "${PN}-tests-dbg"
 PACKAGES += "${PN}-tests"
-FILES_${PN} = "${bindir}/iz ${sbindir}/izconfig \
-               ${bindir}/izchat ${sbindir}/coordinator \
+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_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