From: Steve Sakoman Date: Fri, 20 Jan 2023 16:01:36 +0000 (-1000) Subject: python3: fix packaging of Windows distutils installer stubs X-Git-Tag: 2020-04.23-dunfell~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f069121ddb99bb6e2f186724cd60ca07f74f503;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3: fix packaging of Windows distutils installer stubs The python3 Windows distutils installer stubs were split into a separate package in poky commit dc1ab6482cfb30c714e7cbb421920943439a3fd6. This has regressed during the upgrade to Python 3.8.2 in yocto-3.1 [YOCTO #13889] https://bugzilla.yoctoproject.org/show_bug.cgi?id=13889 Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json index 3bcc9b8662e..0e87f91dd8a 100644 --- a/meta/recipes-devtools/python/python3/python3-manifest.json +++ b/meta/recipes-devtools/python/python3/python3-manifest.json @@ -531,7 +531,9 @@ "rdepends": [ "core" ], - "files": [], + "files": [ + "${libdir}/python${PYTHON_MAJMIN}/distutils/command/wininst-*.exe" + ], "cached": [] }, "distutils": {