aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorChristopher Larson <chris_larson@mentor.com>2015-12-09 10:41:19 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2016-02-29 16:23:35 -0500
commitbc10d3b06974692dad710b38fb4e91d7d091f831 (patch)
treee7de4221ab341ca49973f4575e20382fa31eff0b /meta-networking
parentb1883d2cdc54110ba97201acb63b731c699b2043 (diff)
downloadmeta-openembedded-contrib-bc10d3b06974692dad710b38fb4e91d7d091f831.tar.gz
lowpan-tools: add missing flex/bison deps
Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb2
1 files changed, 1 insertions, 1 deletions
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 \