summaryrefslogtreecommitdiffstats
path: root/meta/classes/cross-canadian.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-13 17:57:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-01-14 09:11:58 +0000
commit3c14bb4de21b7d7505d5e6e330d1876bd6f6c0df (patch)
tree67971d3c4127b3f896f3bf326755a6417ee99f9e /meta/classes/cross-canadian.bbclass
parent9a237153ec75080304be66c55b9dd92176be4a1c (diff)
downloadpoky-3c14bb4de21b7d7505d5e6e330d1876bd6f6c0df.tar.gz
cross-canadian/gettext: Drop unneeded nativesdk-gettext dependency
In line with the other gettext cleanups, drop the nativesdk-gettext dependency as it isn't needed (similarly to the previous target gettext dependencies). This then means we can drop DEPENDS_GETTEXT as there are no other users. (From OE-Core rev: c43c054cb778e0c5c082996cd6e6c45f5fc9e1bf) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/cross-canadian.bbclass')
-rw-r--r--meta/classes/cross-canadian.bbclass2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross-canadian.bbclass
index cce09c93da..ee8aa6142a 100644
--- a/meta/classes/cross-canadian.bbclass
+++ b/meta/classes/cross-canadian.bbclass
@@ -123,8 +123,6 @@ LDFLAGS = "${BUILDSDK_LDFLAGS} \
123 -Wl,-rpath-link,${STAGING_LIBDIR}/.. \ 123 -Wl,-rpath-link,${STAGING_LIBDIR}/.. \
124 -Wl,-rpath,${libdir}/.. " 124 -Wl,-rpath,${libdir}/.. "
125 125
126DEPENDS_GETTEXT = "gettext-native nativesdk-gettext"
127
128# 126#
129# We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit 127# We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit
130# binaries 128# binaries