diff options
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
-rw-r--r-- | meta/classes/cross-canadian.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass index ed53118a2f..aec7301981 100644 --- a/meta/classes/cross-canadian.bbclass +++ b/meta/classes/cross-canadian.bbclass | |||
@@ -52,7 +52,7 @@ LDFLAGS = "${BUILDSDK_LDFLAGS} \ | |||
52 | -Wl,-rpath-link,${STAGING_LIBDIR}/.. \ | 52 | -Wl,-rpath-link,${STAGING_LIBDIR}/.. \ |
53 | -Wl,-rpath,${libdir}/.. " | 53 | -Wl,-rpath,${libdir}/.. " |
54 | 54 | ||
55 | DEPENDS_GETTEXT = "gettext-native gettext-nativesdk" | 55 | DEPENDS_GETTEXT = "gettext-native nativesdk-gettext" |
56 | 56 | ||
57 | # Path mangling needed by the cross packaging | 57 | # Path mangling needed by the cross packaging |
58 | # Note that we use := here to ensure that libdir and includedir are | 58 | # Note that we use := here to ensure that libdir and includedir are |