summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
diff options
context:
space:
mode:
authorMatthew McClintock <msm@freescale.com>2011-07-20 15:17:25 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:18 +0100
commit29ea036ea6797973f7cc354b4944a470b65fe197 (patch)
tree469b7573ac43d3463452a2a91af5568a76549280 /meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
parent8af286885353d5740971f137f8c1ada2b43dd2a8 (diff)
downloadpoky-29ea036ea6797973f7cc354b4944a470b65fe197.tar.gz
Add endianess macros used by previous endian-ness_handling.patch
Some distro's don't include these macros in /usr/include/endian.h so we include them via this patch (From OE-Core rev: dc41f5a453aac2712b60da52f13e6efb035abe02) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb')
-rw-r--r--meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
index bacf9f8dc4..00edb6e875 100644
--- a/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
+++ b/meta/recipes-core/eglibc/ldconfig-native_2.12.1.bb
@@ -9,9 +9,10 @@ SRC_URI = "file://ldconfig-native-2.12.1.tar.bz2 \
9 file://ldconfig_aux-cache_path_fix.patch \ 9 file://ldconfig_aux-cache_path_fix.patch \
10 file://32and64bit.patch \ 10 file://32and64bit.patch \
11 file://endian-ness_handling.patch \ 11 file://endian-ness_handling.patch \
12 file://flag_fix.patch " 12 file://flag_fix.patch \
13 file://endianess-header.patch"
13 14
14PR = "r0" 15PR = "r1"
15 16
16inherit native 17inherit native
17 18