From 31941a029039837c2b7010f0fc085ae80760cf12 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Wed, 9 Dec 2015 10:41:19 -0700 Subject: lowpan-tools: add missing flex/bison deps Signed-off-by: Christopher Larson Signed-off-by: Martin Jansa Signed-off-by: Armin Kuster --- meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb index f57df5daa8..b1bd926bc8 100644 --- a/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb +++ b/meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb @@ -5,7 +5,7 @@ SECTION = "net" LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" -DEPENDS = "libnl python" +DEPENDS = "flex-native bison-native libnl python" PV = "0.3.1+git${SRCPV}" SRC_URI = "git://git.code.sf.net/p/linux-zigbee/linux-zigbee \ -- cgit 1.2.3-korg