[oe-commits] [meta-openembedded] 06/21: satyr: fix "Nothing RPROVIDES" when multilib enabled

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 02:41:35 UTC 2019


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch warrior-next
in repository meta-openembedded.

commit 779f35fa10b8e920a2a9b86c865f48e6ba5f2595
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Thu Jul 11 13:52:57 2019 +0800

    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 at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-support/satyr/satyr_0.27.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/satyr/satyr_0.27.bb b/meta-oe/recipes-support/satyr/satyr_0.27.bb
index 10dfc2b..cc07dcb 100644
--- a/meta-oe/recipes-support/satyr/satyr_0.27.bb
+++ b/meta-oe/recipes-support/satyr/satyr_0.27.bb
@@ -19,8 +19,8 @@ DEPENDS += " \
     gdb \
 "
 
-PACKAGES += "python3-${PN}"
-FILES_python3-${PN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}"
+PACKAGES += "python3-${BPN}"
+FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}"
 
 PACKAGECONFIG ??= "python3 rpm"
 PACKAGECONFIG[python2] = "--with-python2, --without-python2,,python2"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list