From 1f1a3a119d0f4930c17376112cf53fcec40e15f2 Mon Sep 17 00:00:00 2001 From: Roman I Khimov Date: Tue, 23 Mar 2010 17:19:29 +0300 Subject: lowpan-tools: fix lowpan-tools-tests packaging RDEPENDS on python, wants python-native at build time. Signed-off-by: Roman I Khimov Acked-by: Stefan Schmidt --- recipes/lowpan-tools/lowpan-tools_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes/lowpan-tools/lowpan-tools_git.bb b/recipes/lowpan-tools/lowpan-tools_git.bb index a9162f0175..a03c1d9fd3 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" -- cgit v1.2.3