diff options
author | Khem Raj <raj.khem@gmail.com> | 2010-05-18 00:06:43 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-05-18 00:11:36 -0700 |
commit | ad5668a7ac7e0436db92e55caaf3fdf782b6ba3b (patch) | |
tree | 0ac7d89e9f4cdef23f041617a1ecd9d3289e0661 /recipes/uclibc/uclibc_git.bb | |
parent | 725f882c29f6822ecf0fd06fc744e825e6cb158e (diff) |
uclibc-git: Add libm.so to dummy shared objects
* Generate dummy libm.so in uclibc-initial because
ppc gcc-cross libgcc links with libm and it
needs the notion of libm when building gcc-cross-intermediate
* Cleanup machine config files and rename from .config to .machine
* Bump SRCREV to latest master
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc_git.bb b/recipes/uclibc/uclibc_git.bb index ad4a6c8ce6..7fb7949eb5 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.31" -SRCREV="0b7acfa800444525498442032b47bfd7d066c72b" +SRCREV="7350a372e22e5813f1417e388e8651b05174a664" PV = "${UCLIBC_BASE}+gitr${SRCREV}" DEFAULT_PREFERENCE = "-1" #DEFAULT_PREFERENCE is 0 (empty), releases have a preference of 1 so take |