[OE-core] [PATCH 2/5] newlib: Move away from gcc-initial dependency

Alejandro Hernandez alejandro.enedino.hernandez-samaniego at xilinx.com
Thu Dec 20 02:04:45 UTC 2018


On 12/19/2018 10:13 AM, Khem Raj wrote:
> 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}"

Thanks Khem.

Acked-by: Alejandro Hernandez <alejandr at xilinx.com>



More information about the Openembedded-core mailing list