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_4.2-20060513.bb | |
parent | 4dc1f4375613f88ec1a0267bbf7599864241be0b (diff) |
packages/gcc: Use require instead of include for the 'base' files
Diffstat (limited to 'packages/gcc/gcc-cross_4.2-20060513.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.2-20060513.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/gcc/gcc-cross_4.2-20060513.bb b/packages/gcc/gcc-cross_4.2-20060513.bb index 4b0b5a1311..4e380c5f66 100644 --- a/packages/gcc/gcc-cross_4.2-20060513.bb +++ b/packages/gcc/gcc-cross_4.2-20060513.bb @@ -1,6 +1,6 @@ -include gcc_${PV}.bb +require gcc_${PV}.bb # path mangling, needed by the cross packaging -include gcc-paths-cross.inc +require gcc-paths-cross.inc inherit cross FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" # NOTE: split PR. If the main .oe changes something that affects its *build* @@ -11,8 +11,8 @@ DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" # cross build -include gcc3-build-cross.inc +require gcc3-build-cross.inc # cross packaging -include gcc-package-cross.inc +require gcc-package-cross.inc EXTRA_OECONF += "--with-mpfr=${STAGING_DIR}/${BUILD_SYS}" |