aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gcc/gcc-cross_csl-arm.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gcc/gcc-cross_csl-arm.bb')
-rw-r--r--packages/gcc/gcc-cross_csl-arm.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/gcc/gcc-cross_csl-arm.bb b/packages/gcc/gcc-cross_csl-arm.bb
index 3be3c603a5..6cd825d079 100644
--- a/packages/gcc/gcc-cross_csl-arm.bb
+++ b/packages/gcc/gcc-cross_csl-arm.bb
@@ -1,6 +1,6 @@
-include gcc_csl-arm.bb
+require gcc_csl-arm.bb
# path mangling, needed by the cross packaging
-include gcc-paths-cross.inc
+require gcc-paths-cross.inc
inherit cross
# NOTE: split PR. If the main .oe changes something that affects its *build*
# remember to increment this one too.
@@ -10,6 +10,6 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc
PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
# cross build
-include gcc3-cross-build.inc
+require gcc3-cross-build.inc
# cross packaging
-include gcc-package-cross.inc
+require gcc-package-cross.inc