mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
volume-key: fix "Nothing RPROVIDES" when multilib enabled
Multilib enabled, and add IMAGE_INSTALL_append = " python3-volume-key" in local.conf fix below problem: ERROR: Required build target 'lib32-core-image-minimal' has no buildable providers. Missing or unbuildable dependency chain was: ['lib32-core-image-minimal', 'lib32-python3-volume-key'] Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
15ca4c9453
commit
c73bf450d7
|
|
@ -31,8 +31,7 @@ PACKAGECONFIG ??= "python3"
|
|||
PACKAGECONFIG[python] = "--with-python,--without-python,python,python"
|
||||
PACKAGECONFIG[python3] = "--with-python3,--without-python3,python3,python3"
|
||||
|
||||
RDEPENDS_python3-${PN} += "${PN}"
|
||||
|
||||
PACKAGES += "python3-${PN}"
|
||||
FILES_python3-${PN} = "${PYTHON_SITEPACKAGES_DIR}/*"
|
||||
RDEPENDS_python3-${BPN} += "${PN}"
|
||||
|
||||
PACKAGES += "python3-${BPN}"
|
||||
FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user