[oe-commits] Roman I Khimov : lowpan-tools: fix lowpan-tools-tests packaging

git version control git at git.openembedded.org
Thu Mar 25 06:32:44 UTC 2010


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

Author: Roman I Khimov <khimov at altell.ru>
Date:   Tue Mar 23 17:19:29 2010 +0300

lowpan-tools: fix lowpan-tools-tests packaging

RDEPENDS on python, wants python-native at build time.

Signed-off-by: Roman I Khimov <khimov at altell.ru>
Acked-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 recipes/lowpan-tools/lowpan-tools_git.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb
index a9162f0..a03c1d9 100644
--- a/recipes/lowpan-tools/lowpan-tools_git.bb
+++ b/recipes/lowpan-tools/lowpan-tools_git.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "LoWPAN utilities (IEEE802.15.4)"
 LICENSE = "GPL"
 SRCREV = "ce5d988028bdcf78f3461c7dfe1c9b78ded03191"
 SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/linux-zigbee/linux-zigbee;protocol=git"
-DEPENDS = "libnl bison-native flex-native"
-PR = "r8"
+DEPENDS = "libnl bison-native flex-native python-native"
+PR = "r9"
 
 S = "${WORKDIR}/git"
 PACKAGES += "${PN}-tests-dbg"
@@ -14,6 +14,7 @@ FILES_${PN} = "${sbindir}/iz ${sbindir}/izconfig \
 FILES_${PN}-dbg += "${libdir}/ip/.debug/link_wpan.so"
 FILES_${PN}-tests = "${libexecdir}/lowpan-tools ${PYTHON_SITEPACKAGES_DIR}"
 FILES_${PN}-tests-dbg = "${libexecdir}/lowpan-tools/.debug"
+RDEPENDS_${PN}-tests += "${PN} python-core"
 
 EXTRA_OECONF = "--disable-manpages"
 





More information about the Openembedded-commits mailing list