From 3c14bb4de21b7d7505d5e6e330d1876bd6f6c0df Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 13 Jan 2018 17:57:24 +0000 Subject: 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 --- meta/classes/cross-canadian.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/classes/cross-canadian.bbclass') 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} \ -Wl,-rpath-link,${STAGING_LIBDIR}/.. \ -Wl,-rpath,${libdir}/.. " -DEPENDS_GETTEXT = "gettext-native nativesdk-gettext" - # # We need chrpath >= 0.14 to ensure we can deal with 32 and 64 bit # binaries -- cgit v1.2.3-54-g00ecf