mirror of
https://git.yoctoproject.org/poky
synced 2026-03-29 14:02:22 +02:00
This means you can have one gcc version for some gcc recipes
(e.g. crosssdk/nativesdk) and another gcc version for target code.
Also remove the preferred version entry from the default toolchains
list since the version issue is now handled automatically.
We also need to specifically handle gcc-source in the license handling
code since expanding ${PV} in the base class isn't possible. Since
gcc-source doesn't generate any packages directly this shouldn't be
an issue and whitelisting in this way is easiest (and matches the
rest of the toolchain handling).
(From OE-Core rev: 67db7182faf6742b0d971d61d8c5ba34f69d2e12)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
10 lines
194 B
PHP
10 lines
194 B
PHP
do_fetch() {
|
|
:
|
|
}
|
|
do_fetch[noexec] = "1"
|
|
deltask do_unpack
|
|
deltask do_patch
|
|
|
|
do_configure[depends] += "gcc-source-${PV}:do_preconfigure"
|
|
do_populate_lic[depends] += "gcc-source-${PV}:do_unpack"
|