From: Tom Rini Date: Wed, 4 May 2011 22:21:54 +0000 (-0700) Subject: bash.inc: Add bison-native to DEPENDS X-Git-Tag: 2011-1~1535 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=897f11e4ecf3acaa9d4695d3be0e9beb38322d9d;p=openembedded-core.git bash.inc: Add bison-native to DEPENDS This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE. Signed-off-by: Tom Rini --- diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index ecbd75dadd..e21830441f 100644 --- a/meta/recipes-extended/bash/bash.inc +++ b/meta/recipes-extended/bash/bash.inc @@ -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