diff options
-rw-r--r-- | meta-networking/recipes-protocols/openl2tp/openl2tp_1.8.bb | 2 |
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 \ | |||
16 | file://usl/LICENSE;md5=9c1387a3c5213aa40671438af3e00793 \ | 16 | file://usl/LICENSE;md5=9c1387a3c5213aa40671438af3e00793 \ |
17 | " | 17 | " |
18 | 18 | ||
19 | DEPENDS = "popt flex readline rpcsvc-proto-native" | 19 | DEPENDS = "popt flex readline rpcsvc-proto-native bison-native" |
20 | 20 | ||
21 | SRC_URI = "ftp://ftp.openl2tp.org/releases/${BP}/${BP}.tar.gz \ | 21 | SRC_URI = "ftp://ftp.openl2tp.org/releases/${BP}/${BP}.tar.gz \ |
22 | file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \ | 22 | file://Makefile-modify-CFLAGS-to-aviod-build-error.patch \ |