From: Chase Maupin Date: Fri, 24 Sep 2010 06:09:35 +0000 (+0000) Subject: fbset_2.1: add dependency on bison-native X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a7be2280078638b0bceeb9d8f790227683263d1;p=openembedded.git fbset_2.1: add dependency on bison-native * fbset requires bison in order to build. This patch adds bison-native to the DEPENDS. Signed-off-by: Chase Maupin Acked-by: Frans Meulenbroeks Signed-off-by: Denys Dmytriyenko --- diff --git a/recipes/fbset/fbset_2.1.bb b/recipes/fbset/fbset_2.1.bb index 029f7514a5..04ea35f29b 100644 --- a/recipes/fbset/fbset_2.1.bb +++ b/recipes/fbset/fbset_2.1.bb @@ -8,8 +8,9 @@ DESCRIPTION = "The fbset console tool" LICENSE = "GPLv2" RRECOMMENDS_${PN} = "fbset-modes" +DEPENDS = "bison-native" -PR = "r3" +PR = "r4" SRC_URI = "http://ftp.debian.org/debian/pool/main/f/fbset/fbset_2.1.orig.tar.gz \ file://makefile.patch"