[oe-commits] Tom Rini : bash.inc: Add bison-native to DEPENDS

git version control git at git.openembedded.org
Mon May 9 11:30:51 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 897f11e4ecf3acaa9d4695d3be0e9beb38322d9d
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=897f11e4ecf3acaa9d4695d3be0e9beb38322d9d

Author: Tom Rini <tom_rini at mentor.com>
Date:   Wed May  4 15:21:54 2011 -0700

bash.inc: Add bison-native to DEPENDS

This is f0652d96ff5c3b08b8e4c4972f7fb0296df6d898 from OE.

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 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 ecbd75d..e218304 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
 





More information about the Openembedded-commits mailing list