Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: openembedded-core <openembedded-core@lists.openembedded.org>
Subject: [PATCH] external-poky-toolchain: This is broken and confusing now, remove it
Date: Sat, 14 Apr 2012 18:30:42 +0100	[thread overview]
Message-ID: <1334424642.8545.2.camel@ted> (raw)

This avoids a number of bogus preferred providers warnings too.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/recipes-core/meta/external-poky-toolchain.bb b/meta/recipes-core/meta/external-poky-toolchain.bb
deleted file mode 100644
index 5507746..0000000
--- a/meta/recipes-core/meta/external-poky-toolchain.bb
+++ b/dev/null
@@ -1,40 +0,0 @@
-PROVIDES = "\
-    linux-libc-headers \
-    virtual/${TARGET_PREFIX}gcc \
-    virtual/${TARGET_PREFIX}gcc-intermediate \
-    virtual/${TARGET_PREFIX}gcc-initial \
-    virtual/${TARGET_PREFIX}binutils \
-    virtual/${TARGET_PREFIX}libc-for-gcc \
-    virtual/libc \
-    virtual/libintl \
-    virtual/libiconv \
-    virtual/linux-libc-headers "
-RPROVIDES = "glibc-utils libsegfault glibc-thread-db libgcc-dev libstdc++-dev libstdc++"
-PACKAGES_DYNAMIC = "glibc-gconv-*"
-INHIBIT_DEFAULT_DEPS = "1"
-PR = "r1"
-
-# License applies to this recipe code, not the toolchain itself
-LICENSE = "MIT"
-
-do_install() {
-	if [ ! -e  ${prefix}/environment-setup ]; then
-		echo "The Poky toolchain could not be found in ${prefix}!"
-		exit 1
-	fi
-
-	install -d ${DEPLOY_DIR}/ipk/
-	install -d ${STAGING_DIR}/pkgdata/
-	install -d ${STAGING_DIR_TARGET}/shlibs/
-	install -d ${STAGING_DIR_TARGET}/${base_libdir}/
-	install -d ${STAGING_DIR_TARGET}/${libdir}/
-	install -d ${STAGING_DIR_TARGET}/${includedir}/
-
-	cp -ar ${prefix}/ipk/* ${DEPLOY_DIR}/ipk/
-	cp -ar ${prefix}/pkgdata/* ${STAGING_DIR}/pkgdata/
-	cp -ar ${prefix}/${TARGET_SYS}/shlibs/* ${STAGING_DIR_TARGET}/shlibs/
-	cp -ar ${prefix}/${TARGET_SYS}/lib/* ${STAGING_DIR_TARGET}/${base_libdir}/
-	cp -ar ${prefix}/${TARGET_SYS}/usr/include/* ${STAGING_DIR_TARGET}/${includedir}/
-	cp -ar ${prefix}/${TARGET_SYS}/usr/lib/* ${STAGING_DIR_TARGET}/${libdir}/
-}
-





                 reply	other threads:[~2012-04-14 17:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1334424642.8545.2.camel@ted \
    --to=richard.purdie@linuxfoundation.org \
    --cc=openembedded-core@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox