cfengine: Add missing dep on bison-native

Fixes
../ylwrap: line 176: yacc: command not found
make[2]: *** [Makefile:1016: cf3parse.c] Error 127

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2020-03-29 15:51:13 -07:00
parent af61e85806
commit 773914bed5

View File

@ -13,7 +13,7 @@ HOMEPAGE = "http://cfengine.com"
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://LICENSE;md5=233aa25e53983237cf0bd4c238af255f"
DEPENDS = "attr tokyocabinet"
DEPENDS = "attr tokyocabinet bison-native"
SRC_URI = "https://cfengine-package-repos.s3.amazonaws.com/tarballs/${BP}.tar.gz \
file://set-path-of-default-config-file.patch \