mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
vboxguestdrivers: make kernel shared directory dependency explicit
When fixing the build against 5.19, we added a copy of stdarg.h out of the kernel source. That of course works fine if the kernel-source has already been staged, but is an error otherwise. We add the explicit dependency to the export_source task, to make sure that the source files are present. We already have a DEPENDS on virutal/kernel in the recipe, so we just tweak when the source will be in place. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,6 +29,7 @@ EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1"
|
|||||||
MAKE_TARGETS = "all"
|
MAKE_TARGETS = "all"
|
||||||
|
|
||||||
addtask export_sources after do_patch before do_configure
|
addtask export_sources after do_patch before do_configure
|
||||||
|
do_export_sources[depends] += "virtual/kernel:do_shared_workdir"
|
||||||
|
|
||||||
do_export_sources() {
|
do_export_sources() {
|
||||||
mkdir -p "${S}"
|
mkdir -p "${S}"
|
||||||
|
|||||||
Reference in New Issue
Block a user