summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/bash
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-04 15:21:54 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-09 14:09:09 +0100
commitc099dc0e83e3f3fc03059aaba59b4b4eb6c418be (patch)
treeaee5dd81ee9f9c9f7dc8ad767a015725351f97ba /meta/recipes-extended/bash
parent6dfa294790d0c276bf71b69e795b4f8abc152cb5 (diff)
downloadpoky-c099dc0e83e3f3fc03059aaba59b4b4eb6c418be.tar.gz
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>
Diffstat (limited to 'meta/recipes-extended/bash')
-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"
5# GPLv2+ (< 4.0), GPLv3+ (>= 4.0) 5# GPLv2+ (< 4.0), GPLv3+ (>= 4.0)
6LICENSE = "GPLv3+" 6LICENSE = "GPLv3+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" 7LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
8DEPENDS = "ncurses" 8DEPENDS = "ncurses bison-native"
9 9
10inherit autotools gettext 10inherit autotools gettext
11 11