From: Sergey Lapin Date: Mon, 16 Feb 2009 14:53:01 +0000 (+0300) Subject: lowpan-utils: proper python scripts packaging X-Git-Tag: Release-2010-05/1~3976^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af306c58971bfa2e553d763e7b76fd510637fb55;p=openembedded.git lowpan-utils: proper python scripts packaging --- diff --git a/packages/lowpan-utils/lowpan-utils_git.bb b/packages/lowpan-utils/lowpan-utils_git.bb index d93b788f45..89a5e438ab 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