From 946ce467a6e94ae5a8dcc4338c53e9da21fa4954 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 27 May 2011 15:17:57 -0700 Subject: boa: Add bison-native to DEPENDS Won't build without this, so no PR change. Signed-off-by: Tom Rini --- recipes/boa/boa_0.94.13.bb | 1 + 1 file changed, 1 insertion(+) 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" -- cgit 1.2.3-korg