mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
python3-manifest: Avoid duplicate modules
There was a bug where modules were being added twice to the core package, this patches the manifest to reflect the fix on the create_manifest script. (From OE-Core rev: 9ddbff824052751b4d0bb30c453ecb5098d728c9) Signed-off-by: Alejandro Enedino Hernandez Samaniego <alejandr@xilinx.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f65c898ba6
commit
a8a984dde7
@@ -197,10 +197,6 @@
|
||||
"files": [
|
||||
"${bindir}/python*[!-config]",
|
||||
"${includedir}/python${PYTHON_BINABI}/pyconfig*.h",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/_collections_abc.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/_sitebuiltins.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/collections",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/UserDict.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/UserList.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/UserString.py",
|
||||
@@ -281,6 +277,7 @@
|
||||
"${libdir}/python${PYTHON_MAJMIN}/selectors.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/signal.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/site.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/sitecustomize.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/sre_compile.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/sre_constants.py",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/sre_parse.py",
|
||||
|
||||
Reference in New Issue
Block a user