mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
python3: add missing dependency on PN-misc to PN-modules
Installing python3-modules should install *all* of the Python standard library, not just most of it. (From OE-Core rev: b2c1c48d90aa9a94f90836557856e0319ddcb524) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4b4dea75b5
commit
b9169b7be2
@@ -215,6 +215,7 @@ FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_
|
||||
# catch all the rest (unsorted)
|
||||
PACKAGES += "${PN}-misc"
|
||||
RDEPENDS_${PN}-misc += "${PN}-core"
|
||||
RDEPENDS_${PN}-modules += "${PN}-misc"
|
||||
FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN}"
|
||||
|
||||
# catch manpage
|
||||
|
||||
Reference in New Issue
Block a user