summaryrefslogtreecommitdiffstats
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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-02 22:23:49 +0100
commit0ab7cfc8e9bcc3477a089f15d4fd0384d1e7fe13 (patch)
tree761b8b6ec5f0859b473fa24ff5a6772eb2928e9d /meta/recipes-core/uclibc/uclibc_0.9.33.bb
parent0188270f8cce65c4fb5937e0688c0ff70b0f2142 (diff)
downloadpoky-0ab7cfc8e9bcc3477a089f15d4fd0384d1e7fe13.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. (From OE-Core rev: 05ae8f181e4e1699cf8e5d8bc20b3cbd4b532edf) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
1SRCREV="7810e4f8027b5c4c8ceec6fefec4eb779362ebb5"
2
3require uclibc.inc
4require uclibc-package.inc
5require uclibc-${PV}.inc
6
7STAGINGCC = "gcc-cross-initial"
8STAGINGCC_class-nativesdk = "gcc-crosssdk-initial"
9
10DEPENDS = "virtual/${TARGET_PREFIX}binutils \
11 virtual/${TARGET_PREFIX}gcc-initial \
12 virtual/${TARGET_PREFIX}libc-initial \
13 linux-libc-headers ncurses-native"
14
15PROVIDES += "virtual/libc virtual/${TARGET_PREFIX}libc-for-gcc"
16RDEPENDS_${PN}-dev = "linux-libc-headers-dev"
17RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev"
18# uclibc does not really have libsegfault but then using the one from glibc is also not
19# going to work. So we pretend that we have it to make bitbake not pull other recipes
20# to satisfy this dependency for the images/tasks
21
22RPROVIDES_${PN} += "libsegfault rtld(GNU_HASH)"