diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-01 16:51:34 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-12-01 16:51:34 +0000 |
commit | ac0788e95852b8d86fb8b5023af723935fb81567 (patch) | |
tree | 0ce07d9113b0af041982ce1c51c4747695907602 | |
parent | 5bc023564072e5cf485de2d40cc8c3f6e04cb7b0 (diff) | |
download | poky-ac0788e95852b8d86fb8b5023af723935fb81567.tar.gz |
bison: Add missing DEPENDS on gettext
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r-- | meta/packages/bison/bison_2.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/bison/bison_2.0.bb b/meta/packages/bison/bison_2.0.bb index 6271adb1dd..2f351f81c3 100644 --- a/meta/packages/bison/bison_2.0.bb +++ b/meta/packages/bison/bison_2.0.bb | |||
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.gnu.org/software/bison/" | |||
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | PRIORITY = "optional" | 5 | PRIORITY = "optional" |
6 | DEPENDS = "gettext" | ||
6 | 7 | ||
7 | SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ | 8 | SRC_URI = "${GNU_MIRROR}/bison/bison-${PV}.tar.gz \ |
8 | file://m4.patch;patch=1" | 9 | file://m4.patch;patch=1" |