diff options
author | Christopher Larson <chris_larson@mentor.com> | 2015-12-09 10:41:19 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2016-02-29 16:23:35 -0500 |
commit | bc10d3b06974692dad710b38fb4e91d7d091f831 (patch) | |
tree | e7de4221ab341ca49973f4575e20382fa31eff0b /meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | |
parent | b1883d2cdc54110ba97201acb63b731c699b2043 (diff) | |
download | meta-openembedded-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/recipes-support/lowpan-tools/lowpan-tools_git.bb')
-rw-r--r-- | meta-networking/recipes-support/lowpan-tools/lowpan-tools_git.bb | 2 |
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 f57df5daa..b1bd926bc 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" | |||
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" |
7 | 7 | ||
8 | DEPENDS = "libnl python" | 8 | DEPENDS = "flex-native bison-native libnl python" |
9 | 9 | ||
10 | PV = "0.3.1+git${SRCPV}" | 10 | PV = "0.3.1+git${SRCPV}" |
11 | SRC_URI = "git://git.code.sf.net/p/linux-zigbee/linux-zigbee \ | 11 | SRC_URI = "git://git.code.sf.net/p/linux-zigbee/linux-zigbee \ |