diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-08 09:21:26 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-08-08 09:21:26 +0000 |
commit | 1adf1c842a2e0ba55b4f01a9c12f0e3096bf0628 (patch) | |
tree | 07a76d417747ccb8ae2273a3ca35ffff463a59d2 /packages/gcc/gcc-cross_4.2-20060513.bb | |
parent | 8979ceed2e9ed94a2022a1c760bdec38e16e05d0 (diff) | |
parent | e1aa79108dc9335cee9aab3d0e5d60e8de473c46 (diff) |
merge of '22a005b824014688c2c41c2dba34c42bf145a946'
and '8e90244a719ea0f6cc33218bf925484a5a4e1855'
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}" |