From 75a2c15bbabf4df14631c822b20ce6d31098a5c8 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Jan 2019 14:07:27 -0800 Subject: musl,glibc,newlib: Drop redundant STAGINGCC We do not have initial phase of bootstrapping toolchains anymore Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-core/newlib/newlib.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-core/newlib/newlib.inc') diff --git a/meta/recipes-core/newlib/newlib.inc b/meta/recipes-core/newlib/newlib.inc index c68c163266..f50e5fed81 100644 --- a/meta/recipes-core/newlib/newlib.inc +++ b/meta/recipes-core/newlib/newlib.inc @@ -22,10 +22,6 @@ SRC_URI[sha256sum] = "c8566335ee74e5fcaeb8595b4ebd0400c4b043d6acb3263ecb1314f8f5 INHIBIT_DEFAULT_DEPS = "1" DEPENDS = "virtual/${TARGET_PREFIX}gcc" -PATH_prepend = "${STAGING_BINDIR_TOOLCHAIN}.${STAGINGCC}:" -STAGINGCC = "gcc-cross-initial-${TARGET_ARCH}" -STAGINGCC_class-nativesdk = "gcc-crosssdk-initial-${SDK_SYS}" - S = "${WORKDIR}/newlib-${PV}" B = "${WORKDIR}/build" -- cgit 1.2.3-korg