mirror of
https://git.yoctoproject.org/poky
synced 2026-04-07 14:02:22 +02:00
bash.inc: Add bison-native to DEPENDS
This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE. (From OE-Core rev: 897f11e4ecf3acaa9d4695d3be0e9beb38322d9d) Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -5,7 +5,7 @@ SECTION = "base/shell"
|
||||
# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
|
||||
LICENSE = "GPLv3+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
DEPENDS = "ncurses"
|
||||
DEPENDS = "ncurses bison-native"
|
||||
|
||||
inherit autotools gettext
|
||||
|
||||
|
||||
Reference in New Issue
Block a user