From 8e6a74222061e763953e4913a5f08d57ba74c540 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Apr 2012 22:14:23 -0700 Subject: gcc-4.7: Use full relative path in require directive This will help in meta-linaro where it will be able to utilize maximum recipes from OE-Core and thereby keep close compatibility with OE-Core gcc recipes (From OE-Core rev: 3c9f7eb2e2d70869a71a584eb1ba670b50a88379) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/recipes-devtools/gcc/gcc-cross_4.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc-cross_4.7.bb') diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb index 97a0c81920..75679d1b05 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.7.bb @@ -1,4 +1,4 @@ -require gcc-${PV}.inc +require recipes-devtools/gcc/gcc-${PV}.inc require gcc-cross4.inc EXTRA_OECONF += "--disable-libunwind-exceptions \ -- cgit v1.2.3-54-g00ecf