From 8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 22 Jan 2011 12:16:29 +0100 Subject: gcc: sync with yocto * don't duplicate .inc files, use the ones from the main layer(s) Signed-off-by: Koen Kooi --- recipes-devtools/gcc/gcc-cross_4.5.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-devtools/gcc/gcc-cross_4.5.bb') diff --git a/recipes-devtools/gcc/gcc-cross_4.5.bb b/recipes-devtools/gcc/gcc-cross_4.5.bb index 2b7e727716..0f810b71ae 100644 --- a/recipes-devtools/gcc/gcc-cross_4.5.bb +++ b/recipes-devtools/gcc/gcc-cross_4.5.bb @@ -1,7 +1,7 @@ PR = "${INC_PR}.2" -require gcc-${PV}.inc -require gcc-cross4.inc +require recipes-devtools/gcc/gcc-${PV}.inc +require recipes-devtools/gcc/gcc-cross4.inc EXTRA_OECONF += "--disable-libunwind-exceptions \ --with-mpfr=${STAGING_DIR_NATIVE}${prefix_native} \ -- cgit v1.2.3-54-g00ecf