]> code.ossystems Code Review - openembedded-core.git/commitdiff
native/cross: remove redundant DEPENDS_GETTEXT assignment
authorRoss Burton <ross.burton@intel.com>
Mon, 8 Jan 2018 11:12:41 +0000 (11:12 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jan 2018 11:45:20 +0000 (11:45 +0000)
DEPENDS_GETTEXT defaults to gettext-native, so there's no need to set it again
in these classes.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/classes/cross.bbclass
meta/classes/native.bbclass

index e9fafed78354d2d7dbe6d880cd36f525b8361599..4e85cab2d1989c55873324c25006b0d7d6cba06f 100644 (file)
@@ -41,8 +41,6 @@ LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}"
 
 TOOLCHAIN_OPTIONS = ""
 
-DEPENDS_GETTEXT = "gettext-native"
-
 # This class encodes staging paths into its scripts data so can only be
 # reused if we manipulate the paths.
 SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}"
index 9c434dce83eef338f9fabee0565733bce6c2324e..a911f2aebdbdb6706a2513936365472fccbf5d4e 100644 (file)
@@ -52,8 +52,6 @@ STAGING_BINDIR_CROSS = "${STAGING_BINDIR_NATIVE}"
 # native pkg doesn't need the TOOLCHAIN_OPTIONS.
 TOOLCHAIN_OPTIONS = ""
 
-DEPENDS_GETTEXT = "gettext-native"
-
 # Don't build ptest natively
 PTEST_ENABLED = "0"