mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
kernel-selftest: Fix build on 32bit arches with 64bit time_t
Fix warning where S is expected to exist before do_configure Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -12,6 +12,7 @@ SRC_URI:append:libc-musl = "\
|
||||
"
|
||||
SRC_URI += "file://run-ptest \
|
||||
file://COPYING \
|
||||
file://0001-selftests-timers-Fix-clock_adjtime-for-newer-32-bit-.patch \
|
||||
"
|
||||
|
||||
# now we just test bpf and vm
|
||||
@@ -149,6 +150,8 @@ remove_unrelated() {
|
||||
fi
|
||||
}
|
||||
|
||||
do_configure[dirs] = "${S}"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
INHIBIT_PACKAGE_DEBUG_SPLIT="1"
|
||||
|
||||
Reference in New Issue
Block a user