[oe] [PATCH] lowpan-tools: fix lowpan-tools-tests packaging

Roman I Khimov khimov at altell.ru
Tue Mar 23 14:26:06 UTC 2010


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

Signed-off-by: Roman I Khimov <khimov at altell.ru>
---
 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 f05d60a..5423c3a 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 = "b30f459c9ef500b73043d105597f382ec4f53f1b"
 SRC_URI = "git://linux-zigbee.git.sourceforge.net/gitroot/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"
 
-- 
1.5.6.5





More information about the Openembedded-devel mailing list