lowpan-utils: updated packaging to suit source changes
authorSergey Lapin <slapin@ossfans.org>
Mon, 16 Feb 2009 06:41:53 +0000 (09:41 +0300)
committerSergey Lapin <slapin@ossfans.org>
Mon, 16 Feb 2009 06:47:38 +0000 (09:47 +0300)
packages/lowpan-utils/lowpan-utils_git.bb

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