From: Eric Bénard Date: Fri, 14 May 2010 21:46:15 +0000 (+0200) Subject: cross.bbclass: fix build of meta-toolchain X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b030e6dadf68800c0362c0a53ddd78fb3f652c;p=openembedded.git cross.bbclass: fix build of meta-toolchain * without this bitbake meta-toolchain fails because it doesn't find who provides gdb-cross-sdk * found thanks to a hint from Phil Blundell on IRC * tested with Angstrom/ARMv5te Signed-off-by: Eric Bénard Acked-by: Khem Raj --- diff --git a/classes/cross.bbclass b/classes/cross.bbclass index 7473d4c927..4cf2b4cfe2 100644 --- a/classes/cross.bbclass +++ b/classes/cross.bbclass @@ -17,8 +17,6 @@ PACKAGE_ARCH = "${OLD_PACKAGE_ARCH}" OLD_BASE_PACKAGE_ARCH := "${BASE_PACKAGE_ARCH}" BASE_PACKAGE_ARCH = "${OLD_BASE_PACKAGE_ARCH}" -PACKAGES = "" - HOST_ARCH = "${BUILD_ARCH}" HOST_VENDOR = "${BUILD_VENDOR}" HOST_OS = "${BUILD_OS}"