From 0c1386ccad79f3fee36eddc5f7810b4c20b2382d Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 2 Feb 2012 00:17:30 -0800 Subject: uclibc: Upgrade recipes from 0.9.32 -> 0.9.33 Prefer 0.9.33 by default Delete recipes for 0.9.32 (From OE-Core rev: 5d2c0b051072b3cee510dcad8d20fb26d3843f62) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/uclibc/uclibc_0.9.33.bb | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 meta/recipes-core/uclibc/uclibc_0.9.33.bb (limited to 'meta/recipes-core/uclibc/uclibc_0.9.33.bb') diff --git a/meta/recipes-core/uclibc/uclibc_0.9.33.bb b/meta/recipes-core/uclibc/uclibc_0.9.33.bb new file mode 100644 index 0000000000..461f5bdd08 --- /dev/null +++ b/meta/recipes-core/uclibc/uclibc_0.9.33.bb @@ -0,0 +1,24 @@ +SRCREV="5653245fa516c5823226582d9a02b1b18d5e8925" + +require uclibc.inc + +PR = "${INC_PR}.0" +PROVIDES += "virtual/${TARGET_PREFIX}libc-for-gcc" + +SRC_URI = "git://uclibc.org/uClibc.git;branch=${PV};protocol=git \ + file://uClibc.machine \ + file://uClibc.distro \ + file://uclibc_enable_log2_test.patch \ + file://ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch \ + file://powerpc_copysignl.patch \ + file://argp-support.patch \ + file://argp-headers.patch \ + file://remove_attribute_optimize_Os.patch \ + file://compile-arm-fork-with-O2.patch \ + file://uclibc-execvpe.patch \ + file://orign_path.patch \ + file://dup3.patch \ + file://define-MSG_CMSG_CLOEXEC.patch \ + " + +S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf