Message ID | fb9ebc811800eb8880e3687243d75bafab77a700.1736256495.git.steve@sakoman.com |
---|---|
State | Accepted, archived |
Commit | fb9ebc811800eb8880e3687243d75bafab77a700 |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone,01/13] libsndfile1: Backport fix for CVE-2022-33065 | expand |
diff --git a/meta/recipes-core/ovmf/ovmf_git.bb b/meta/recipes-core/ovmf/ovmf_git.bb index a067dd017b..d52e3f4971 100644 --- a/meta/recipes-core/ovmf/ovmf_git.bb +++ b/meta/recipes-core/ovmf/ovmf_git.bb @@ -240,6 +240,7 @@ do_compile:class-target() { do_install:class-native() { install -d ${D}/${bindir}/edk2_basetools + find ${S}/BaseTools -name \*.pyc -exec rm -rf \{\} \; cp -r ${S}/BaseTools ${D}/${bindir}/${EDK_TOOLS_DIR} }