All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: akuster@mvista.com, openembedded-devel@lists.openembedded.org
Subject: [PATCH 04/36] libreport: fix Nothing RPROVIDES 'lib32-python3-libreport'
Date: Fri, 26 Jan 2018 19:24:04 -0800	[thread overview]
Message-ID: <2a5d1690ae0ff48b0fcb504c241dff9a12f6c3b1.1517023286.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1517023286.git.akuster808@gmail.com>

From: Hongxu Jia <hongxu.jia@windriver.com>

While multilib enabled, if other recipe RDEPENDS python3-libreport,
it failed with:
...
ERROR: Nothing RPROVIDES 'lib32-python3-libreport'
...

Do not use python3-${PN} could fix the issue.

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
(cherry picked from commit 5d6d21e98ed594809169d2b2f6964e90a3369a96)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 meta-oe/recipes-extended/libreport/libreport_2.9.2.bb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
index 2fdfd7d..525437b 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
@@ -26,7 +26,7 @@ REQUIRED_DISTRO_FEATURES = "systemd"
 
 inherit gettext autotools python3native pkgconfig
 
-RDEPENDS_${PN}-python3 += "${PN}"
+RDEPENDS_python3-libreport += "${PN}"
 
 do_patch[prefuncs] += "do_gen_version"
 do_gen_version() {
@@ -34,9 +34,9 @@ do_gen_version() {
     ./gen-version
 }
 
-PACKAGES += "python3-${PN}"
+PACKAGES += "python3-libreport"
 
 FILES_${PN} += "${datadir}/*"
 FILES_${PN}-dbg += "${PYTHON_SITEPACKAGES_DIR}/*/.debug"
-FILES_python3-${PN} = "${PYTHON_SITEPACKAGES_DIR}/*"
+FILES_python3-libreport = "${PYTHON_SITEPACKAGES_DIR}/*"
 
-- 
2.7.4



  parent reply	other threads:[~2018-01-27  3:24 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-27  3:24 [PATCH 00/36] Rocko-next Armin Kuster
2018-01-27  3:24 ` [PATCH 01/36] gperftools: Fix build on musl/mips Armin Kuster
2018-01-27  3:24 ` [PATCH 02/36] tslib: update project homepage Armin Kuster
2018-01-27  3:24 ` [PATCH 03/36] libpwquality: fix Nothing RPROVIDES 'lib32-python3-libpwquality' Armin Kuster
2018-01-27  3:24 ` Armin Kuster [this message]
2018-01-27  3:24 ` [PATCH 05/36] samba: add missing RDEPENDS Armin Kuster
2018-01-27  3:24 ` [PATCH 06/36] gpsd: add missing python-pygps RDEPENDS Armin Kuster
2018-01-27  3:24 ` [PATCH 07/36] android-tools: do_unpack_extra task removed Armin Kuster
2018-01-27  3:24 ` [PATCH 08/36] mariadb: Added missing installation of mysqld_safe_helper to FILES_${PN}-server Armin Kuster
2018-01-27  3:24 ` [PATCH 09/36] polkit: add consolekit only when x11 is enabled Armin Kuster
2018-01-27  3:24 ` [PATCH 10/36] hiredis: fix paths in pkgconfig conf file Armin Kuster
2018-01-27  3:24 ` [PATCH 11/36] xfce4-screenshooter: create src dir before build Armin Kuster
2018-01-27  3:24 ` [PATCH 12/36] php: Security Advisory - php - CVE-2017-16642 Armin Kuster
2018-01-27  3:24 ` [PATCH 13/36] Allow native builds of python-asyn1crypto Armin Kuster
2018-01-27  3:24 ` [PATCH 14/36] phpmyadmin: update to version 4.7.5 Armin Kuster
2018-01-27  3:24 ` [PATCH 15/36] postgresql: Update to 9.4.14 Armin Kuster
2018-01-27  3:24 ` [PATCH 16/36] postgresql: Update to 9.4.15 Armin Kuster
2018-01-27  3:24 ` [PATCH 17/36] dfu-utils-native: fix do_deploy sstate handling Armin Kuster
2018-01-27  3:24 ` [PATCH 18/36] Move RDEPENDS on libasound-module to bluez4 since it has been removed from bluez5 Armin Kuster
2018-01-27  3:24 ` [PATCH 19/36] passwdqc: add pam-passwdqc to RDEPENDS Armin Kuster
2018-01-27  3:24 ` [PATCH 20/36] openldap: fix QA Warning Armin Kuster
2018-01-27  3:24 ` [PATCH 21/36] phpmyadmin: update to version 4.7.6 Armin Kuster
2018-01-27  3:24 ` [PATCH 22/36] Adding LUA to SDK Armin Kuster
2018-01-27  3:24 ` [PATCH 23/36] fltk-native: remove fltk-config from image Armin Kuster
2018-01-27  3:24 ` [PATCH 24/36] fltk: remove fltk-native from DEPENDS Armin Kuster
2018-01-27  3:24 ` [PATCH 25/36] Add FLTK to licenses to avoid warning when building fltk / fltk-native Armin Kuster
2018-01-27  3:24 ` [PATCH 26/36] hwloc: fix multilib problem Armin Kuster
2018-01-27  3:24 ` [PATCH 27/36] leveldb: fix checking for SSE flag Armin Kuster
2018-01-27  3:24 ` [PATCH 28/36] open-isns: Fix build with musl Armin Kuster
2018-01-27  3:24 ` [PATCH 29/36] dovecot: Fix parallel build Armin Kuster
2018-01-27  3:24 ` [PATCH 30/36] dnsmasq: update SRC_URI for versions 2.69 and earlier Armin Kuster
2018-01-27  3:24 ` [PATCH 31/36] arptables: Fix do_install task Armin Kuster
2018-01-27  3:24 ` [PATCH 32/36] net-snmp: support openssl without 3des Armin Kuster
2018-01-27  3:24 ` [PATCH 33/36] stunnel: fix compile error when openssl disable des support Armin Kuster
2018-01-27  3:24 ` [PATCH 34/36] networkmanager: add consolekit only when x11 is enabled Armin Kuster
2018-01-27  3:24 ` [PATCH 35/36] dialog: update SRC_URI Armin Kuster
2018-01-27  3:24 ` [PATCH 36/36] uw-imap: " Armin Kuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2a5d1690ae0ff48b0fcb504c241dff9a12f6c3b1.1517023286.git.akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=akuster@mvista.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.