From cb01b2a4fc82e62eacc4441fddc3fdfb04a3acf3 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Apr 2012 22:06:14 -0700 Subject: gcc-4.6: Specify complete paths in require directive This is needed for adjusting meta-linaro where linaro gcc recipes leverage the core recipe infrastructure and modifies minimal to keep compatibility with OE-Core so that any changes in OE-Core gcc recipes does not trigger changes in meta-linaro. Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-runtime_4.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/gcc/gcc-runtime_4.6.bb') diff --git a/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb b/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb index a2fb200ef5..fbaf057fed 100644 --- a/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb +++ b/meta/recipes-devtools/gcc/gcc-runtime_4.6.bb @@ -1,4 +1,4 @@ -require gcc-${PV}.inc +require recipes-devtools/gcc/gcc-${PV}.inc require gcc-configure-runtime.inc require gcc-package-runtime.inc -- cgit 1.2.3-korg