[oe-commits] [openembedded-core] 05/11: native/cross: remove redundant DEPENDS_GETTEXT assignment

git at git.openembedded.org git at git.openembedded.org
Tue Jan 9 11:46:38 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5e4b1915e7a5a94d410c5292b5ed2f447c82b18a
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Mon Jan 8 11:12:41 2018 +0000

    native/cross: remove redundant DEPENDS_GETTEXT assignment
    
    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 at intel.com>
---
 meta/classes/cross.bbclass  | 2 --
 meta/classes/native.bbclass | 2 --
 2 files changed, 4 deletions(-)

diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass
index e9fafed..4e85cab 100644
--- a/meta/classes/cross.bbclass
+++ b/meta/classes/cross.bbclass
@@ -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}"
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass
index 9c434dc..a911f2a 100644
--- a/meta/classes/native.bbclass
+++ b/meta/classes/native.bbclass
@@ -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"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list