mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 06:32:12 +02:00
qemuwrapper-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot
(From OE-Core rev: 2bf5651cbcc91333954d7d5f06bf3b247b372063) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
dad93163a6
commit
bc217a6f15
@@ -41,10 +41,6 @@ EOF
|
||||
chmod +x ${D}${bindir_crossscripts}/qemuwrapper
|
||||
}
|
||||
|
||||
SYSROOT_PREPROCESS_FUNCS += "qemuwrapper_sysroot_preprocess"
|
||||
|
||||
qemuwrapper_sysroot_preprocess () {
|
||||
sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
|
||||
}
|
||||
SYSROOT_DIRS += "${bindir_crossscripts}"
|
||||
|
||||
INHIBIT_DEFAULT_DEPS = "1"
|
||||
|
||||
Reference in New Issue
Block a user