From: Eric Benard <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] cross.bbclass: fix build of meta-toolchain
Date: Sat, 15 May 2010 00:53:03 +0200 [thread overview]
Message-ID: <1273877583-31604-1-git-send-email-eric@eukrea.com> (raw)
- 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
next reply other threads:[~2010-05-14 22:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-14 22:53 Eric Benard [this message]
2010-05-16 16:22 ` [PATCH] cross.bbclass: fix build of meta-toolchain 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1273877583-31604-1-git-send-email-eric@eukrea.com \
--to=eric@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.