diff options
author | Tom Rini <tom_rini@mentor.com> | 2011-05-04 15:21:54 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-05-08 23:56:11 -0700 |
commit | 897f11e4ecf3acaa9d4695d3be0e9beb38322d9d (patch) | |
tree | f72bc054b3eb3320a6b325a1a1f1a7ef55e5ea7f /meta | |
parent | d7d9d5ec43a2f8c1f694432f004619e3e72ed5bf (diff) | |
download | openembedded-core-contrib-897f11e4ecf3acaa9d4695d3be0e9beb38322d9d.tar.gz |
bash.inc: Add bison-native to DEPENDS
This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/bash/bash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bash/bash.inc b/meta/recipes-extended/bash/bash.inc index ecbd75dadd1..e21830441fe 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 |