diff options
author | Ross Burton <ross.burton@intel.com> | 2018-01-08 11:12:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-09 11:45:20 +0000 |
commit | 5e4b1915e7a5a94d410c5292b5ed2f447c82b18a (patch) | |
tree | 22ae0b744ccacde81f6b099596afe8acec66c0a6 /meta/classes/native.bbclass | |
parent | 8b5243a7771f728fd34a7466ab24e9ff98d20d84 (diff) | |
download | openembedded-core-5e4b1915e7a5a94d410c5292b5ed2f447c82b18a.tar.gz openembedded-core-5e4b1915e7a5a94d410c5292b5ed2f447c82b18a.tar.bz2 openembedded-core-5e4b1915e7a5a94d410c5292b5ed2f447c82b18a.zip |
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@intel.com>
Diffstat (limited to 'meta/classes/native.bbclass')
-rw-r--r-- | meta/classes/native.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes/native.bbclass b/meta/classes/native.bbclass index 9c434dce83..a911f2aebd 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" |