diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-01-24 22:22:20 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-01-24 22:22:20 -0800 |
commit | 325b6a4b8a8c92fd5c50dfc0f965edca9eb1a4a2 (patch) | |
tree | 0b421b63eaee9eb8f6d19836ca4dbee0a94681fc /recipes/uclibc/uclibc_git.bb | |
parent | b91733b7c82bc18f66feb7814a473d8f06ae19a7 (diff) |
uclibc-git: Set UCLIBC_HAS_LIBUTIL=y in distro.config
* Bump SRCREV to latest tip of git.
* Add config for qemu x86 and mips.
* Drop uclibc_ldso_use_O0.patch gcc 4.4 seems not to need it.
* Set UCLIBC_HAS_LIBUTIL=y in distro.config otherwise
libutils wont be generated which is needed by apps like pam.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc/uclibc_git.bb')
-rw-r--r-- | recipes/uclibc/uclibc_git.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index 14ec9ae5b6..3dfb32e7ee 100644 --- a/recipes/uclibc/uclibc_git.bb +++ b/recipes/uclibc/uclibc_git.bb @@ -7,7 +7,7 @@ # on whether the base patches apply to the selected (SRCDATE) svn release. # UCLIBC_BASE ?= "0.9.30" -SRCREV="e949d522a31db675889bc87b6023e7edb6b30caa" +SRCREV="c4b750195714ec7c10aa4de15610c5aae0751c1c" PV = "${UCLIBC_BASE}+gitr${SRCREV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take @@ -32,7 +32,6 @@ SRC_URI = "git://uclibc.org/uClibc.git;branch=master;protocol=git \ file://uClibc.distro \ file://uclibc-arm-ftruncate64.patch;patch=1 \ file://uclibc_enable_log2_test.patch;patch=1 \ - file://uclibc_ldso_use_O0.patch;patch=1 \ file://ldso_use_arm_dl_linux_resolve_in_thumb_mode.patch;patch=1 \ " S = "${WORKDIR}/git" |