diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-18 08:24:55 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-08-18 08:25:26 +0200 |
commit | 0479b70418ef553859029911c57c63a7aaebe299 (patch) | |
tree | 5a8efb0d8e7c68155ab2fb4b1f0e37e7e8941c8c /recipes/bison | |
parent | d9b316bb7190f0440d95e1cac433fc5a2b5d891d (diff) |
bison.inc: add dependency on flex-native
needed when building (as discovered by jkridner)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/bison')
-rw-r--r-- | recipes/bison/bison.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/bison/bison.inc b/recipes/bison/bison.inc index 22672e24a8..3441bcf3cf 100644 --- a/recipes/bison/bison.inc +++ b/recipes/bison/bison.inc @@ -3,12 +3,12 @@ HOMEPAGE = "http://www.gnu.org/software/bison/" LICENSE = "GPL" SECTION = "devel" PRIORITY = "optional" -DEPENDS = "virtual/libintl" +DEPENDS = "virtual/libintl flex-native" SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ file://m4.patch" -INC_PR = "r7" +INC_PR = "r8" inherit autotools gettext |