From e96e82cd7ee95d712e2c68f2f9540bdfe727645b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 25 Jul 2008 01:12:06 +0000 Subject: Change the toolchain build sequence. Helps in reproducable toolchains components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working. --- packages/uclibc/uclibc_svn.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/uclibc/uclibc_svn.bb') diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb index a357808745..f774fd90ee 100644 --- a/packages/uclibc/uclibc_svn.bb +++ b/packages/uclibc/uclibc_svn.bb @@ -8,7 +8,7 @@ # UCLIBC_BASE ?= "0.9.29" PV = "${UCLIBC_BASE}+svnr${SRCREV}" -PR = "r10" +PR = "r11" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take # precedence. -- cgit v1.2.3 From 555bbd92b49fa2629935cff1e5c43619eee4250b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 25 Jul 2008 07:17:39 +0000 Subject: uclibc initial svn recipe overwrote the FILESDIR wrongly. As a result the build for uclibc-initial_cvs.bb was failing because it was not picking correct uClibc.distro and uClibc.machine files. Also moved the arm-ftruncate patch to files/ because it will be shared by other recipes to be added in future. --- packages/uclibc/uclibc_svn.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'packages/uclibc/uclibc_svn.bb') diff --git a/packages/uclibc/uclibc_svn.bb b/packages/uclibc/uclibc_svn.bb index f774fd90ee..b7b8960952 100644 --- a/packages/uclibc/uclibc_svn.bb +++ b/packages/uclibc/uclibc_svn.bb @@ -8,7 +8,7 @@ # UCLIBC_BASE ?= "0.9.29" PV = "${UCLIBC_BASE}+svnr${SRCREV}" -PR = "r11" +PR = "r12" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take # precedence. @@ -28,8 +28,6 @@ SRC_URI += "svn://uclibc.org/trunk;module=uClibc \ file://uClibc.machine \ file://uClibc.distro \ file://uclibc-arm-ftruncate64.patch;patch=1 \ - file://errno_values.h.patch;patch=1 \ - file://build_wcs_upper_buffer.patch;patch=1 \ file://arm_fix_alignment.patch;patch=1 \ file://unistd_arm.patch;patch=1 \ " -- cgit v1.2.3