diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 00:57:29 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-24 00:57:29 +0100 |
commit | 8b3f94e27d5747f99e13c4fbe9e30375c185092f (patch) | |
tree | b0e7874e1940e49c331251729c47b2c123775bff /meta/packages/binutils/binutils.inc | |
parent | 7069fb85420a0c85e14641c521ee46441b255354 (diff) | |
download | poky-8b3f94e27d5747f99e13c4fbe9e30375c185092f.tar.gz |
binutils: Set DEPENDS correctly and remove unneeded PACKAGES setting
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/binutils/binutils.inc')
-rw-r--r-- | meta/packages/binutils/binutils.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/binutils/binutils.inc b/meta/packages/binutils/binutils.inc index f3ea8f6682..98ddbcfdd2 100644 --- a/meta/packages/binutils/binutils.inc +++ b/meta/packages/binutils/binutils.inc | |||
@@ -4,6 +4,8 @@ BUGTRACKER = "http://sourceware.org/bugzilla/" | |||
4 | SECTION = "devel" | 4 | SECTION = "devel" |
5 | LICENSE = "GPLv2" | 5 | LICENSE = "GPLv2" |
6 | 6 | ||
7 | DEPENDS = "flex-native bison-native zlib" | ||
8 | |||
7 | inherit autotools gettext | 9 | inherit autotools gettext |
8 | 10 | ||
9 | PACKAGES += "${PN}-symlinks" | 11 | PACKAGES += "${PN}-symlinks" |