diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-03-29 12:55:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 23:56:13 +0100 |
commit | 694db055f3729662e0e0193a31f2098be599877f (patch) | |
tree | abb11942775e7eaa6c83be9448ca4ac4140196c1 /meta/recipes-core/eglibc/ldconfig-native-2.12.1/README | |
parent | 917ac8c82a9e1e9df6029ecfa68e8f9ce2f8013c (diff) | |
download | openembedded-core-694db055f3729662e0e0193a31f2098be599877f.tar.gz openembedded-core-694db055f3729662e0e0193a31f2098be599877f.tar.bz2 openembedded-core-694db055f3729662e0e0193a31f2098be599877f.zip |
ldconfig-native-2.12.1: newer recipe with eglibc sources
This fixes [YOCTO #780]
Handle the input/output data with different endian-ness correctly
Also fix the definition of LD_SO for cross environment
And remove the older 2.5 version of ldconfig-native recipe
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta/recipes-core/eglibc/ldconfig-native-2.12.1/README')
-rw-r--r-- | meta/recipes-core/eglibc/ldconfig-native-2.12.1/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-core/eglibc/ldconfig-native-2.12.1/README b/meta/recipes-core/eglibc/ldconfig-native-2.12.1/README new file mode 100644 index 0000000000..43fb983729 --- /dev/null +++ b/meta/recipes-core/eglibc/ldconfig-native-2.12.1/README @@ -0,0 +1,8 @@ +The files are pulled verbatim from glibc 2.5 and then patched to allow +standalone compilation of ldconfig. + +Richard Purdie +OpenedHand Ltd. + +Upgraded the ldconfig recipe to eglibc 2.12.1 +Nitin A Kamble <nitin.a.kamble@intel.com> 2011/03/29 |