* [PATCH] external-poky-toolchain: This is broken and confusing now, remove it
@ 2012-04-14 17:30 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-04-14 17:30 UTC (permalink / raw)
To: openembedded-core
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}/
-}
-
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-04-14 17:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-14 17:30 [PATCH] external-poky-toolchain: This is broken and confusing now, remove it Richard Purdie
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.