aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc_0.9.33.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-06-30 18:37:45 -0700
committerSaul Wold <sgw@linux.intel.com>2013-07-02 07:58:09 -0700
commit05ae8f181e4e1699cf8e5d8bc20b3cbd4b532edf (patch)
treec129a53c747d73a801e5afa2716194d310305f2b /meta/recipes-core/uclibc/uclibc_0.9.33.bb
parent7bcf53ddb2e1a7171545f544ee2443b06d7c3359 (diff)
downloadopenembedded-core-contrib-05ae8f181e4e1699cf8e5d8bc20b3cbd4b532edf.tar.gz
uclibc: Remove 0.9.33 recipes
git recipes are stable enough and contains the fixes needed to run with modern systems e.g. systemd etc. Drop 0.9.33 We already use git as default. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc_0.9.33.bb')
-rw-r--r--meta/recipes-core/uclibc/uclibc_0.9.33.bb22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/recipes-core/uclibc/uclibc_0.9.33.bb b/meta/recipes-core/uclibc/uclibc_0.9.33.bb
deleted file mode 100644
index 4071d2adad..0000000000
--- a/meta/recipes-core/uclibc/uclibc_0.9.33.bb
+++ /dev/null
@@ -1,22 +0,0 @@
-SRCREV="7810e4f8027b5c4c8ceec6fefec4eb779362ebb5"
-
-require uclibc.inc
-require uclibc-package.inc
-require uclibc-${PV}.inc
-
-STAGINGCC = "gcc-cross-initial"
-STAGINGCC_class-nativesdk = "gcc-crosssdk-initial"
-
-DEPENDS = "virtual/${TARGET_PREFIX}binutils \
- virtual/${TARGET_PREFIX}gcc-initial \
- virtual/${TARGET_PREFIX}libc-initial \
- linux-libc-headers ncurses-native"
-
-PROVIDES += "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
-RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
-RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev"
-# uclibc does not really have libsegfault but then using the one from glibc is also not
-# going to work. So we pretend that we have it to make bitbake not pull other recipes
-# to satisfy this dependency for the images/tasks
-
-RPROVIDES_${PN} += "libsegfault rtld(GNU_HASH)"