summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross-canadian.bbclass
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-05 12:25:14 +0100
commit7d68b952cb5db999b1e0e0c9ab6934da52cb6436 (patch)
treeb260101c5840a5d7d63de46e61e870b336a52558 /meta/classes/cross-canadian.bbclass
parentee76b805f96f00aec386a1c34d176eea7d66f526 (diff)
downloadpoky-7d68b952cb5db999b1e0e0c9ab6934da52cb6436.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/classes/cross-canadian.bbclass')
-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.