satyr: fix "Nothing RPROVIDES" when multilib enabled

Multilib enabled, and add IMAGE_INSTALL_append = " python3-satyr"
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-satyr']

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Changqing Li
2019-07-11 13:52:57 +08:00
committed by Khem Raj
parent 29ad635bdd
commit 41f6815e08
+2 -2
View File
@@ -19,8 +19,8 @@ DEPENDS += " \
gdb \ gdb \
" "
PACKAGES += "python3-${PN}" PACKAGES += "python3-${BPN}"
FILES_python3-${PN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}"
PACKAGECONFIG ??= "python3 rpm" PACKAGECONFIG ??= "python3 rpm"
PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2" PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2"