diff options
author | Eric Bénard <eric@eukrea.com> | 2010-05-14 23:46:15 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-05-18 10:51:06 +0200 |
commit | 39b030e6dadf68800c0362c0a53ddd78fb3f652c (patch) | |
tree | 69882c388ec3da4977b37ea53b23e84fe15c9b5f /classes | |
parent | ad5668a7ac7e0436db92e55caaf3fdf782b6ba3b (diff) |
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 <eric@eukrea.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/cross.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
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}" |