mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
Revert "qemu.inc: Remove empty egg-info directories before running meson"
This reverts commit 9d05227e910d3f374ba7a9763ff2584b9e40db61. This is no longer needed with a patch to importlib in python. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -9,7 +9,7 @@ LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
||||
RDEPENDS:${PN}-ptest = "bash"
|
||||
|
||||
require qemu-targets.inc
|
||||
inherit pkgconfig ptest python3-dir
|
||||
inherit pkgconfig ptest
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=441c28d2cf86e15a37fa47e15a72fbac \
|
||||
file://COPYING.LIB;endline=24;md5=8c5efda6cf1e1b03dcfd0e6c0d271c7f"
|
||||
@@ -111,11 +111,7 @@ do_configure:prepend:class-native() {
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
# This is taken from meson.bbclass to avoid errors when updating to a
|
||||
# new version of meson.
|
||||
rmdir ${STAGING_LIBDIR_NATIVE}/${PYTHON_DIR}/site-packages/*.egg-info 2>/dev/null || :
|
||||
|
||||
${S}/configure ${EXTRA_OECONF}
|
||||
${S}/configure ${EXTRA_OECONF}
|
||||
}
|
||||
do_configure[cleandirs] += "${B}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user