summaryrefslogtreecommitdiff
path: root/meta/recipes-devtools/gcc/gcc_4.7.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-04-07 22:14:23 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-26 14:48:50 +0100
commit3c9f7eb2e2d70869a71a584eb1ba670b50a88379 (patch)
tree1eb23e9bcd1d942cf38cc30e41f3b7066fefba8a /meta/recipes-devtools/gcc/gcc_4.7.bb
parent2bcc03b6787d4bb0731c047bf25c945228136e5f (diff)
downloadopenembedded-core-3c9f7eb2e2d70869a71a584eb1ba670b50a88379.tar.gz
openembedded-core-3c9f7eb2e2d70869a71a584eb1ba670b50a88379.tar.bz2
openembedded-core-3c9f7eb2e2d70869a71a584eb1ba670b50a88379.tar.xz
openembedded-core-3c9f7eb2e2d70869a71a584eb1ba670b50a88379.zip
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_4.7.bb')
-rw-r--r--meta/recipes-devtools/gcc/gcc_4.7.bb2
1 files changed, 1 insertions, 1 deletions
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