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-11 10:26:06 +0000 |
commit | b0df543737f58bd5b18957644d21cb5ef4df958d (patch) | |
tree | 126f1a9fb5826de402b61dbef90a122d9b81487e /meta | |
parent | 4aa05fbb0566ed396b7bc159824ac92e8113412e (diff) | |
download | poky-b0df543737f58bd5b18957644d21cb5ef4df958d.tar.gz |
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.
(From OE-Core rev: 5e4b1915e7a5a94d410c5292b5ed2f447c82b18a)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/cross.bbclass | 2 | ||||
-rw-r--r-- | meta/classes/native.bbclass | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/meta/classes/cross.bbclass b/meta/classes/cross.bbclass index e9fafed783..4e85cab2d1 100644 --- a/meta/classes/cross.bbclass +++ b/meta/classes/cross.bbclass | |||
@@ -41,8 +41,6 @@ LDFLAGS_build-darwin = "-L${STAGING_LIBDIR_NATIVE}" | |||
41 | 41 | ||
42 | TOOLCHAIN_OPTIONS = "" | 42 | TOOLCHAIN_OPTIONS = "" |
43 | 43 | ||
44 | DEPENDS_GETTEXT = "gettext-native" | ||
45 | |||
46 | # This class encodes staging paths into its scripts data so can only be | 44 | # This class encodes staging paths into its scripts data so can only be |
47 | # reused if we manipulate the paths. | 45 | # reused if we manipulate the paths. |
48 | SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}" | 46 | SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}" |
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}" | |||
52 | # native pkg doesn't need the TOOLCHAIN_OPTIONS. | 52 | # native pkg doesn't need the TOOLCHAIN_OPTIONS. |
53 | TOOLCHAIN_OPTIONS = "" | 53 | TOOLCHAIN_OPTIONS = "" |
54 | 54 | ||
55 | DEPENDS_GETTEXT = "gettext-native" | ||
56 | |||
57 | # Don't build ptest natively | 55 | # Don't build ptest natively |
58 | PTEST_ENABLED = "0" | 56 | PTEST_ENABLED = "0" |
59 | 57 | ||