lowpan-utils: proper python scripts packaging
authorSergey Lapin <slapin@ossfans.org>
Mon, 16 Feb 2009 14:53:01 +0000 (17:53 +0300)
committerSergey Lapin <slapin@ossfans.org>
Mon, 16 Feb 2009 14:53:01 +0000 (17:53 +0300)
packages/lowpan-utils/lowpan-utils_git.bb

index d93b788..89a5e43 100644 (file)
@@ -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