From 5e4b1915e7a5a94d410c5292b5ed2f447c82b18a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 8 Jan 2018 11:12:41 +0000 Subject: 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 --- meta/classes/native.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/classes/native.bbclass') 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" -- cgit 1.2.3-korg