[oe] [meta-networking][PATCH] networkingmanager: QA warning for rdepends on polkit

Joe MacDonald Joe_MacDonald at mentor.com
Fri May 8 15:12:08 UTC 2015


Hi Armin,

I don't know if you've noticed, but it looks like this caused an issue
with the current world build:

commit 00ea492451d221fcc4af5613732035184b8ee43a
Author: Armin Kuster <akuster808 at gmail.com>
Date:   Sat Apr 4 14:52:03 2015 -0700

    networkmanger: meta-oe world build failes
    
    ERROR: Nothing RPROVIDES 'dnsmasq' (but /home/akuster/oss/clean/meta-openembedded/meta-oe/recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb RDEPENDS on or otherwise requires it)
    NOTE: Runtime target 'dnsmasq' is unbuildable, removing...
    Missing or unbuildable dependency chain was: ['dnsmasq']
    ERROR: Required build target 'networkmanager' has no buildable providers.
    Missing or unbuildable dependency chain was: ['networkmanager', 'dnsmasq']
    
    move networkmanager from meta-oe to meta-networking.
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>

I'll see if I can reproduce it, it's not obvious to me on the surface
why this would be an issue with your patch.

-J.

[[meta-networking][PATCH] networkingmanager: QA warning for rdepends on polkit] On 15.05.04 (Mon 20:18) Armin Kuster wrote:

> WARNING: QA Issue: networkmanager rdepends on polkit, but it isn't a build dependency? [build-deps]
> 
> Signed-off-by: Armin Kuster <akuster808 at gmail.com>
> ---
>  .../recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb     | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb
> index 8d37c98..36a4a7e 100644
> --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb
> +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_0.9.8.10.bb
> @@ -37,11 +37,12 @@ PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES','systemd','systemd','conso
>  PACKAGECONFIG[systemd] = " \
>      --with-systemdsystemunitdir=${systemd_unitdir}/system --with-session-tracking=systemd --enable-polkit, \
>      --without-systemdsystemunitdir, \
> -    polkit \
> +    polkit, polkit \
>  "
>  # consolekit is not picked by shlibs, so add it to RDEPENDS too
>  PACKAGECONFIG[consolekit] = "--with-session-tracking=consolekit,,consolekit,consolekit"
>  PACKAGECONFIG[concheck] = "--enable-concheck,--disable-concheck,libsoup-2.4"
> +PACKAGECONFIG[polkit] = "--enable-polkit, --disable-polkit, , polkit"
>  
>  # Work around dbus permission problems since we lack a proper at_console
>  do_install_prepend() {
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20150508/332610cd/attachment-0002.sig>


More information about the Openembedded-devel mailing list