diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-04-07 22:14:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-30 11:37:26 +0100 |
commit | 8e6a74222061e763953e4913a5f08d57ba74c540 (patch) | |
tree | f5060a72f4b08d7e89088ec4038755b05c32bc48 /meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb | |
parent | 38e961ace333852c39ed7401a88366dc39c1ad45 (diff) | |
download | poky-8e6a74222061e763953e4913a5f08d57ba74c540.tar.gz |
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 <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb b/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb index 42fd0f0f59..69ae7f7bdb 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb +++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.7.bb | |||
@@ -1,3 +1,3 @@ | |||
1 | require gcc-cross_${PV}.bb | 1 | require recipes-devtools/gcc/gcc-cross_${PV}.bb |
2 | require gcc-cross-intermediate.inc | 2 | require gcc-cross-intermediate.inc |
3 | 3 | ||