aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-05-27 15:39:47 -0700
committerTom Rini <tom_rini@mentor.com>2011-05-27 15:39:47 -0700
commit802ee3a6803656424147b8129dffe0af846f100d (patch)
tree12b19c9779ac07daec3adf5fe97ba1fdfaa8ed4e
parent946ce467a6e94ae5a8dcc4338c53e9da21fa4954 (diff)
downloadopenembedded-802ee3a6803656424147b8129dffe0af846f100d.tar.gz
boa: Also flex-native
Signed-off-by: Tom Rini <tom_rini@mentor.com>
-rw-r--r--recipes/boa/boa_0.94.13.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/boa/boa_0.94.13.bb b/recipes/boa/boa_0.94.13.bb
index 087054e9d8..cc5f7adf6c 100644
--- a/recipes/boa/boa_0.94.13.bb
+++ b/recipes/boa/boa_0.94.13.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Lightweight and High Performance WebServer"
SECTION = "console/network"
LICENSE = "GPL"
-DEPENDS = "bison-native"
+DEPENDS = "bison-native flex-native"
RDEPENDS_${PN} = "mime-support"
RPROVIDES_${PN} = "httpd"
PR = "r4"