All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] cross.bbclass: fix build of meta-toolchain
@ 2010-05-14 22:53 Eric Benard
  2010-05-16 16:22 ` Koen Kooi
  2010-05-17 18:42 ` Cliff Brake
  0 siblings, 2 replies; 6+ messages in thread
From: Eric Benard @ 2010-05-14 22:53 UTC (permalink / raw)
  To: openembedded-devel

- 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 Benard <eric@eukrea.com>
---
 classes/cross.bbclass |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/classes/cross.bbclass b/classes/cross.bbclass
index 69f6511..5c2d5be 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}"
-- 
1.6.3.3




^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-18 21:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14 22:53 [PATCH] cross.bbclass: fix build of meta-toolchain Eric Benard
2010-05-16 16:22 ` Koen Kooi
2010-05-17 19:18   ` Eric Bénard
2010-05-17 19:26     ` Khem Raj
2010-05-18 21:40     ` Phil Blundell
2010-05-17 18:42 ` Cliff Brake

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.