aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-08-19 09:31:50 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2018-08-19 17:01:41 -0400
commit6953d0d115a34b0517be23b9e0f6a7e18bd6cb81 (patch)
tree76d2ab0ada66a71c1aaf23a762ea7074ae3011b3 /meta-networking
parent14641ce244c16f52e910f48e03d56807ca6647bc (diff)
downloadmeta-openembedded-contrib-6953d0d115a34b0517be23b9e0f6a7e18bd6cb81.tar.gz
openl2tp: Add bison-native to build deps
Fixes: | make: bison: Command not found | make: *** [Makefile:212: l2tp_config_parse.c] Error 127 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r--meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
index e51a101a0d..90e8b111dc 100644
--- a/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
+++ b/meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb
@@ -16,7 +16,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e9d9259cbbf00945adc25a470c1d3585 \
file://usl/LICENSE;md5=9c1387a3c5213aa40671438af3e00793 \
"
-DEPENDS = "popt flex readline rpcsvc-proto-native"
+DEPENDS = "popt flex readline rpcsvc-proto-native bison-native"
SRC_URI = "ftp://ftp.openl2tp.org/releases/${BP}/${BP}.tar.gz \
file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \