mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
pcmciautils: depend on bison-native
pcmciautils needs yacc as well as lex. Backport of oe-core commit dd5208ae22d4 Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ SECTION = "kernel/userland"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
|
||||
DEPENDS = "udev sysfsutils flex-native"
|
||||
DEPENDS = "udev sysfsutils flex-native bison-native"
|
||||
RDEPENDS_${PN} = "udev module-init-tools"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
Reference in New Issue
Block a user