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 | |
| 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>
| -rw-r--r-- | meta/packages/binutils/binutils-cross.inc | 4 | ||||
| -rw-r--r-- | meta/packages/binutils/binutils.inc | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/binutils/binutils-cross.inc b/meta/packages/binutils/binutils-cross.inc index f15f781550..4eeb6584c9 100644 --- a/meta/packages/binutils/binutils-cross.inc +++ b/meta/packages/binutils/binutils-cross.inc | |||
| @@ -1,8 +1,6 @@ | |||
| 1 | SECTION = "devel" | ||
| 2 | inherit cross | 1 | inherit cross |
| 3 | DEPENDS += "flex-native bison-native gettext-native" | ||
| 4 | PROVIDES = "virtual/${TARGET_PREFIX}binutils" | 2 | PROVIDES = "virtual/${TARGET_PREFIX}binutils" |
| 5 | PACKAGES = "" | 3 | |
| 6 | EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \ | 4 | EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \ |
| 7 | --program-prefix=${TARGET_PREFIX} \ | 5 | --program-prefix=${TARGET_PREFIX} \ |
| 8 | --disable-install-libbfd \ | 6 | --disable-install-libbfd \ |
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" |
