diff options
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
-rw-r--r-- | meta/classes/cross-canadian.bbclass | 7 |
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 | ||
55 | DEPENDS_GETTEXT = "gettext-native nativesdk-gettext" | 55 | DEPENDS_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 | # | ||
61 | DEPENDS_append = " chrpath-replacement-native" | ||
62 | EXTRANATIVEPATH += "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. |