From: Sergey Lapin Date: Mon, 16 Feb 2009 06:41:53 +0000 (+0300) Subject: lowpan-utils: updated packaging to suit source changes X-Git-Tag: Release-2010-05/1~3976^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f26a0f124494f5e98319db55fc0184547d62ebb;p=openembedded.git lowpan-utils: updated packaging to suit source changes --- diff --git a/packages/lowpan-utils/lowpan-utils_git.bb b/packages/lowpan-utils/lowpan-utils_git.bb index 99fc4f55f3..d93b788f45 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