[oe-commits] Eric Bénard : cross.bbclass: fix build of meta-toolchain

git version control git at git.openembedded.org
Tue May 18 08:55:06 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 39b030e6dadf68800c0362c0a53ddd78fb3f652c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=39b030e6dadf68800c0362c0a53ddd78fb3f652c

Author: Eric Bénard <eric at eukrea.com>
Date:   Fri May 14 23:46:15 2010 +0200

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 at eukrea.com>
Acked-by: Khem Raj <raj.khem at gmail.com>

---

 classes/cross.bbclass |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/classes/cross.bbclass b/classes/cross.bbclass
index 7473d4c..4cf2b4c 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}"





More information about the Openembedded-commits mailing list