[oe-commits] Tom Rini : boa: Add bison-native to DEPENDS

git version control git at git.openembedded.org
Thu Jun 2 20:01:28 UTC 2011


Module: openembedded.git
Branch: testing-next
Commit: 946ce467a6e94ae5a8dcc4338c53e9da21fa4954
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=946ce467a6e94ae5a8dcc4338c53e9da21fa4954

Author: Tom Rini <tom_rini at mentor.com>
Date:   Fri May 27 15:17:57 2011 -0700

boa: Add bison-native to DEPENDS

Won't build without this, so no PR change.

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

---

 recipes/boa/boa_0.94.13.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/recipes/boa/boa_0.94.13.bb b/recipes/boa/boa_0.94.13.bb
index 7e42cf7..087054e 100644
--- a/recipes/boa/boa_0.94.13.bb
+++ b/recipes/boa/boa_0.94.13.bb
@@ -1,6 +1,7 @@
 DESCRIPTION = "Lightweight and High Performance WebServer"
 SECTION = "console/network"
 LICENSE = "GPL"
+DEPENDS = "bison-native"
 RDEPENDS_${PN} = "mime-support"
 RPROVIDES_${PN} = "httpd"
 PR = "r4"





More information about the Openembedded-commits mailing list