summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-10-05 13:22:27 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:21:41 +0100
commitbe11294d17e3d4332e7e1383396c87a24dcdffa3 (patch)
tree0a64ed2b6386d3172630de7af7c8b8bc09d3b56f /meta
parent2d93461815b32c8a34208aadec3f9f24296b2b34 (diff)
downloadpoky-be11294d17e3d4332e7e1383396c87a24dcdffa3.tar.gz
cross-canadian.bbclass: add native chrpath dependency
In order for the RPATHs in 32bit toolchain binaries to be relocated properly, chrpath >=0.14 is needed. [YOCTO #3161] [YOCTO #3201] (From OE-Core rev: 71c71b972100803d33fbb062a237e8a15167387b) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/classes/cross-canadian.bbclass7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index aec7301981..47fb0abb21 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -54,6 +54,13 @@ LDFLAGS = "${BUILDSDK_LDFLAGS} \
54 54
55DEPENDS_GETTEXT = "gettext-native nativesdk-gettext" 55DEPENDS_GETTEXT = "gettext-native nativesdk-gettext"
56 56
57#
58# We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit
59# binaries
60#
61DEPENDS_append = " chrpath-replacement-native"
62EXTRANATIVEPATH += "chrpath-native"
63
57# Path mangling needed by the cross packaging 64# Path mangling needed by the cross packaging
58# Note that we use := here to ensure that libdir and includedir are 65# Note that we use := here to ensure that libdir and includedir are
59# target paths. 66# target paths.