[oe-commits] Sergey Lapin : lowpan-utils: updated packaging to suit source changes

GIT User account git at amethyst.openembedded.net
Mon Feb 16 06:48:49 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2f26a0f124494f5e98319db55fc0184547d62ebb
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2f26a0f124494f5e98319db55fc0184547d62ebb

Author: Sergey Lapin <slapin at ossfans.org>
Date:   Mon Feb 16 09:41:53 2009 +0300

lowpan-utils: updated packaging to suit source changes

---

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

diff --git a/packages/lowpan-utils/lowpan-utils_git.bb b/packages/lowpan-utils/lowpan-utils_git.bb
index 99fc4f5..d93b788 100644
--- a/packages/lowpan-utils/lowpan-utils_git.bb
+++ b/packages/lowpan-utils/lowpan-utils_git.bb
@@ -3,15 +3,15 @@ LICENSE = "GPL"
 SRCREV = "master"
 SRC_URI = "git://github.com/lumag/lowpan-utils.git;protocol=git"
 DEPENDS = "libnl bison-native flex-native"
-PR = "r2"
+PR = "r3"
 
 S = "${WORKDIR}/git"
 PACKAGES += "${PN}-tests-dbg"
 PACKAGES += "${PN}-tests"
 FILES_${PN} = "${sbindir}/iz ${sbindir}/izconfig \
-               ${bindir}/izchat ${bindir}/izlisten ${sbindir}/coordinator \
+               ${bindir}/izchat ${bindir}/izlisten ${sbindir}/izcoordinator \
                ${sbindir}/izattach"
-FILES_${PN}-tests = "${libexecdir}/zigbee"
+FILES_${PN}-tests = "${libexecdir}/zigbee ${libdir}/python2.5/site-packages/test_DQ.py"
 FILES_${PN}-tests-dbg = "${libexecdir}/zigbee/.debug"
 
 inherit autotools





More information about the Openembedded-commits mailing list