aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-27 15:17:57 -0700
committerTom Rini <tom_rini@mentor.com>2011-05-27 15:17:57 -0700
commit946ce467a6e94ae5a8dcc4338c53e9da21fa4954 (patch)
treebf498bebc53a29313120ea688e4ee7f2e334b783
parente28053063e920200aa8628bc0afcc5fe210a8c1d (diff)
downloadopenembedded-946ce467a6e94ae5a8dcc4338c53e9da21fa4954.tar.gz
boa: Add bison-native to DEPENDS
Won't build without this, so no PR change. Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/boa/boa_0.94.13.bb1
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 7e42cf7e35..087054e9d8 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"