binutils: Set DEPENDS correctly and remove unneeded PACKAGES setting

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-07-24 00:57:29 +01:00
parent 7069fb8542
commit 8b3f94e27d
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,6 @@
SECTION = "devel"
inherit cross
DEPENDS += "flex-native bison-native gettext-native"
PROVIDES = "virtual/${TARGET_PREFIX}binutils"
PACKAGES = ""
EXTRA_OECONF = "--with-sysroot=${STAGING_DIR_TARGET} \
--program-prefix=${TARGET_PREFIX} \
--disable-install-libbfd \

View File

@ -4,6 +4,8 @@ BUGTRACKER = "http://sourceware.org/bugzilla/"
SECTION = "devel"
LICENSE = "GPLv2"
DEPENDS = "flex-native bison-native zlib"
inherit autotools gettext
PACKAGES += "${PN}-symlinks"