Joe,

On 05/08/2015 08:12 AM, Joe MacDonald wrote:
Hi Armin,

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

You mean the Galaxy build Martin does? no I have not.


commit 00ea492451d221fcc4af5613732035184b8ee43a
Author: Armin Kuster <[email protected]>
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 <[email protected]>

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.

maybe it prefers to live in meta-oe ; )
thanks.

-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 <[email protected]>
---
  .../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() {
--
_______________________________________________
Openembedded-devel mailing list
[email protected]
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to