diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-19 10:37:19 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-26 11:19:54 +0000 |
commit | 3436264a32d025f44aecacb8b7498c1157fe80e5 (patch) | |
tree | 5b060241da7ed4a6ca98a4b9aa6c5226694b94ed /meta/recipes-devtools/gcc/gcc-common.inc | |
parent | 0afd3ac3ada35dd986aaf3be41d7177dc6b71ade (diff) | |
download | poky-3436264a32d025f44aecacb8b7498c1157fe80e5.tar.gz |
gcc: Drop the -initial versions of the compiler
Separated out from the previous commit for clarity, this simply drops
all the -inital pieces of gcc which are no longer needed after the
previous commit.
(From OE-Core rev: d84971928b68efddbdb6344b1021d998c9e26adb)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-common.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-common.inc | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-common.inc b/meta/recipes-devtools/gcc/gcc-common.inc index 06c90336b6..96334e54b4 100644 --- a/meta/recipes-devtools/gcc/gcc-common.inc +++ b/meta/recipes-devtools/gcc/gcc-common.inc | |||
@@ -10,12 +10,11 @@ CVE_PRODUCT = "gcc" | |||
10 | inherit autotools gettext texinfo | 10 | inherit autotools gettext texinfo |
11 | 11 | ||
12 | BPN = "gcc" | 12 | BPN = "gcc" |
13 | COMPILERINITIAL = "" | 13 | COMPILERDEP = "virtual/${MLPREFIX}${TARGET_PREFIX}gcc:do_gcc_stash_builddir" |
14 | COMPILERDEP = "virtual/${MLPREFIX}${TARGET_PREFIX}gcc${COMPILERINITIAL}:do_gcc_stash_builddir" | 14 | COMPILERDEP_class-nativesdk = "virtual/${TARGET_PREFIX}gcc-crosssdk:do_gcc_stash_builddir" |
15 | COMPILERDEP_class-nativesdk = "virtual/${TARGET_PREFIX}gcc${COMPILERINITIAL}-crosssdk:do_gcc_stash_builddir" | ||
16 | 15 | ||
17 | python extract_stashed_builddir () { | 16 | python extract_stashed_builddir () { |
18 | src = d.expand("${COMPONENTS_DIR}/${BUILD_ARCH}/gcc-stashed-builddir${COMPILERINITIAL}-${TARGET_SYS}") | 17 | src = d.expand("${COMPONENTS_DIR}/${BUILD_ARCH}/gcc-stashed-builddir-${TARGET_SYS}") |
19 | dest = d.getVar("B") | 18 | dest = d.getVar("B") |
20 | oe.path.copyhardlinktree(src, dest) | 19 | oe.path.copyhardlinktree(src, dest) |
21 | staging_processfixme([src + "/fixmepath"], dest, dest, dest, d) | 20 | staging_processfixme([src + "/fixmepath"], dest, dest, dest, d) |