[oe-commits] Sergey Lapin : lowpan-utils: proper python scripts packaging

GIT User account git at amethyst.openembedded.net
Mon Feb 16 14:53:50 UTC 2009


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

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

lowpan-utils: proper python scripts packaging

---

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

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





More information about the Openembedded-commits mailing list