mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-13 22:05:27 +01:00
externalsrc: fix support in various components
Affected components: - cpupower - intel-speed-select - spidev-test When the externalsrc class is used the tasks listed in SRCTREECOVEREDTASKS are deleted to prevent them being executed. If externalsrc is used for the kernel then this will include virtual/kernel:do_patch. Signed-off-by: Andrej Valek <andrej.v@skyrain.eu> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
b20be52a4e
commit
6f55248a59
|
|
@ -7,7 +7,7 @@ PROVIDES = "virtual/cpupower"
|
|||
|
||||
inherit kernelsrc kernel-arch bash-completion
|
||||
|
||||
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
||||
do_populate_lic[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
EXTRA_OEMAKE = "-C ${S}/tools/power/cpupower O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
|
||||
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@ COMPATIBLE_HOST:libc-musl = 'null'
|
|||
|
||||
DEPENDS = "libnl"
|
||||
|
||||
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
||||
do_populate_lic[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
B = "${WORKDIR}/${BPN}-${PV}"
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ PROVIDES = "virtual/spidev-test"
|
|||
|
||||
inherit bash-completion kernelsrc kernel-arch
|
||||
|
||||
do_populate_lic[depends] += "virtual/kernel:do_patch"
|
||||
do_populate_lic[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
EXTRA_OEMAKE = "-C ${S}/tools/spi O=${B} CROSS=${TARGET_PREFIX} CC="${CC}" LD="${LD}" AR=${AR} ARCH=${ARCH}"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user