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_4.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc_4.7.bb') diff --git a/meta/recipes-devtools/gcc/gcc_4.7.bb b/meta/recipes-devtools/gcc/gcc_4.7.bb index 375151664..9954375e6 100644 --- a/meta/recipes-devtools/gcc/gcc_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc_4.7.bb @@ -1,4 +1,4 @@ -require gcc-${PV}.inc +require recipes-devtools/gcc/gcc-${PV}.inc require gcc-configure-target.inc require gcc-package-target.inc -- cgit v1.2.3