aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gcc/gcc_4.5.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-01-22 12:16:29 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-01-22 14:12:59 +0100
commit8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa (patch)
tree48dc338d375097db3e060ebb1badeca694e8f566 /recipes-devtools/gcc/gcc_4.5.bb
parentfe622c76c53c3a22033c8ab665d268f14e801eaf (diff)
downloadmeta-openembedded-contrib-8d6c7b3ee22e143a6962f09e9c6d7ad509e024fa.tar.gz
gcc: sync with yocto
* don't duplicate .inc files, use the ones from the main layer(s) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-devtools/gcc/gcc_4.5.bb')
-rw-r--r--recipes-devtools/gcc/gcc_4.5.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-devtools/gcc/gcc_4.5.bb b/recipes-devtools/gcc/gcc_4.5.bb
index 442c273ffc..31fcac0a70 100644
--- a/recipes-devtools/gcc/gcc_4.5.bb
+++ b/recipes-devtools/gcc/gcc_4.5.bb
@@ -1,8 +1,8 @@
PR = "${INC_PR}.1"
-require gcc-${PV}.inc
-require gcc-configure-target.inc
-require gcc-package-target.inc
+require recipes-devtools/gcc/gcc-${PV}.inc
+require recipes-devtools/gcc/gcc-configure-target.inc
+require recipes-devtools/gcc/gcc-package-target.inc
SRC_URI_append = "file://fortran-cross-compile-hack.patch"