[OE-core] [PATCH 2/5] newlib: Move away from gcc-initial dependency
Khem Raj
raj.khem at gmail.com
Wed Dec 19 18:13:06 UTC 2018
gcc-initial step is no more needed
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
meta/recipes-core/newlib/newlib.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc
index c97c7c276b..c68c163266 100644
--- a/meta/recipes-core/newlib/newlib.inc
+++ b/meta/recipes-core/newlib/newlib.inc
@@ -20,7 +20,7 @@ SRC_URI[md5sum] = "81ec873108b8593c586f91ca65963952"
SRC_URI[sha256sum] = "c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5501332"
INHIBIT_DEFAULT_DEPS = "1"
-DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial"
+DEPENDS = "virtual/${TARGET_PREFIX}gcc"
PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:"
STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}"
--
2.20.1
More information about the Openembedded-core
mailing list