aboutsummaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-04 15:21:54 -0700
committerSaul Wold <sgw@linux.intel.com>2011-05-08 23:56:11 -0700
commit897f11e4ecf3acaa9d4695d3be0e9beb38322d9d (patch)
treef72bc054b3eb3320a6b325a1a1f1a7ef55e5ea7f /meta
parentd7d9d5ec43a2f8c1f694432f004619e3e72ed5bf (diff)
downloadopenembedded-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.inc2
1 files changed, 1 insertions, 1 deletions
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