summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/cross.bbclass2
-rw-r--r--meta/classes/native.bbclass2
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
42TOOLCHAIN_OPTIONS = "" 42TOOLCHAIN_OPTIONS = ""
43 43
44DEPENDS_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.
48SSTATE_SCAN_CMD ?= "${SSTATE_SCAN_CMD_NATIVE}" 46SSTATE_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.
53TOOLCHAIN_OPTIONS = "" 53TOOLCHAIN_OPTIONS = ""
54 54
55DEPENDS_GETTEXT = "gettext-native"
56
57# Don't build ptest natively 55# Don't build ptest natively
58PTEST_ENABLED = "0" 56PTEST_ENABLED = "0"
59 57