diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 12:09:14 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-03-31 12:09:14 +0100 |
commit | fb5b56283760444cfa3ca495f0831652446327ba (patch) | |
tree | 4be4c91142bb0b3872aa98f964f68a495de273c6 /meta/packages/gcc/gcc-common.inc | |
parent | 5b5a069e16bc64e4add040d191066ff551d396e9 (diff) | |
download | poky-fb5b56283760444cfa3ca495f0831652446327ba.tar.gz |
gcc: Move -native dependencies into the base gcc version configuration file and create and use EXTRA_OECONF_INITIAL and EXTRA_OECONF_INTERMEDIATE variables
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-common.inc')
-rw-r--r-- | meta/packages/gcc/gcc-common.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-common.inc b/meta/packages/gcc/gcc-common.inc index c482826aa0..ea0a48ea0c 100644 --- a/meta/packages/gcc/gcc-common.inc +++ b/meta/packages/gcc/gcc-common.inc | |||
@@ -3,6 +3,8 @@ HOMEPAGE = "http://www.gnu.org/software/gcc/" | |||
3 | SECTION = "devel" | 3 | SECTION = "devel" |
4 | LICENSE = "GPL" | 4 | LICENSE = "GPL" |
5 | 5 | ||
6 | NATIVEDEPS = "" | ||
7 | |||
6 | inherit autotools gettext | 8 | inherit autotools gettext |
7 | 9 | ||
8 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" | 10 | FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}" |