mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
gcc-cross: Simplify require statements
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -6,3 +6,6 @@ PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
|
|||||||
do_stage () {
|
do_stage () {
|
||||||
use_do_install_for_stage
|
use_do_install_for_stage
|
||||||
}
|
}
|
||||||
|
|
||||||
|
require gcc-configure-cross.inc
|
||||||
|
require gcc-package-cross.inc
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ PR = "r7"
|
|||||||
|
|
||||||
require gcc-${PV}.inc
|
require gcc-${PV}.inc
|
||||||
require gcc-cross4.inc
|
require gcc-cross4.inc
|
||||||
require gcc-configure-cross.inc
|
|
||||||
require gcc-package-cross.inc
|
|
||||||
|
|
||||||
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
|
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
|
||||||
|
|
||||||
|
|||||||
@@ -2,8 +2,6 @@ PR = "r10"
|
|||||||
|
|
||||||
require gcc-${PV}.inc
|
require gcc-${PV}.inc
|
||||||
require gcc-cross4.inc
|
require gcc-cross4.inc
|
||||||
require gcc-configure-cross.inc
|
|
||||||
require gcc-package-cross.inc
|
|
||||||
|
|
||||||
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
|
SRC_URI_append_fail-fast = " file://zecke-no-host-includes.patch;patch=1 "
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user