From 3c9f7eb2e2d70869a71a584eb1ba670b50a88379 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 Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-crosssdk_4.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc-crosssdk_4.7.bb') diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_4.7.bb b/meta/recipes-devtools/gcc/gcc-crosssdk_4.7.bb index 7430888ed..40a6c4fef 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk_4.7.bb @@ -1,2 +1,2 @@ -require gcc-cross_${PV}.bb +require recipes-devtools/gcc/gcc-cross_${PV}.bb require gcc-crosssdk.inc -- cgit v1.2.3