mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
6f1f432af3
commit
d2e903b5d6
@ -29,6 +29,7 @@ EXTRA_OEMAKE += "KERN_DIR='${WORKDIR}/${KERNEL_VERSION}/build' KBUILD_VERBOSE=1"
|
||||
MAKE_TARGETS = "all"
|
||||
|
||||
addtask export_sources after do_patch before do_configure
|
||||
do_export_sources[depends] += "virtual/kernel:do_shared_workdir"
|
||||
|
||||
do_export_sources() {
|
||||
mkdir -p "${S}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user