diff options
author | Holger Freyther <zecke@selfish.org> | 2006-08-05 13:32:08 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2006-08-05 13:32:08 +0000 |
commit | d82b6c19757a5f26f82a853d468820585bdd2031 (patch) | |
tree | 9aa1b5c285742c00bd584a076b25ec5dcc55d076 /packages/gcc/gcc-cross_csl-arm.bb | |
parent | 4dc1f4375613f88ec1a0267bbf7599864241be0b (diff) |
packages/gcc: Use require instead of include for the 'base' files
Diffstat (limited to 'packages/gcc/gcc-cross_csl-arm.bb')
-rw-r--r-- | packages/gcc/gcc-cross_csl-arm.bb | 8 |
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 |