aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/lowpan-tools
diff options
context:
space:
mode:
authorRoman I Khimov <khimov@altell.ru>2010-03-23 17:19:29 +0300
committerRoman I Khimov <khimov@altell.ru>2010-03-25 09:29:12 +0300
commit1f1a3a119d0f4930c17376112cf53fcec40e15f2 (patch)
treee9a540645b9bcc00e6fef9949a31700e5c663807 /recipes/lowpan-tools
parent881563501b1761a380e47f488d20911b2042f9c0 (diff)
downloadopenembedded-1f1a3a119d0f4930c17376112cf53fcec40e15f2.tar.gz
lowpan-tools: fix lowpan-tools-tests packaging
RDEPENDS on python, wants python-native at build time. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/lowpan-tools')
-rw-r--r--recipes/lowpan-tools/lowpan-tools_git.bb5
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 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"