From: Adrian Bunk <bunk@stusta.de>
To: Khem Raj <raj.khem@gmail.com>
Cc: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-gnome][PATCH] gnome-system-monitor: Add DEPENDS on polkit
Date: Sun, 28 Jul 2019 19:20:13 +0300 [thread overview]
Message-ID: <20190728162013.GA13799@localhost> (raw)
In-Reply-To: <69940a08-dfb2-cd3b-1e31-af3f69aa5591@gmail.com>
On Sun, Jul 28, 2019 at 08:32:37AM -0700, Khem Raj wrote:
>
> On 7/28/19 3:52 AM, Adrian Bunk wrote:
> > The build fails without polkit in DISTRO_FEATURES:
> > FAILED: org.gnome.gnome-system-monitor.policy
> > msgfmt: cannot locate ITS rules for org.gnome.gnome-system-monitor.policy.in
> >
> > Signed-off-by: Adrian Bunk <bunk@stusta.de>
> > ---
> > .../gnome-system-monitor/gnome-system-monitor_3.32.0.bb | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
> > index 701b0891c..8d39101e9 100644
> > --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
> > +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb
> > @@ -10,6 +10,7 @@ DEPENDS = " \
> > gtkmm3 \
> > libgtop \
> > librsvg \
> > + polkit \
> > "
> this should be probably guarded with polkit as DISTRO_FEATURE knob as well.
The error message already tells that automatically:
ERROR: Nothing PROVIDES 'polkit' (but /home/bunk/sources/meta-openembedded/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.32.0.bb DEPENDS on or otherwise requires it)
polkit was skipped: missing required distro feature 'polkit' (not in DISTRO_FEATURES)
ERROR: Required build target 'gnome-system-monitor' has no buildable providers.
Missing or unbuildable dependency chain was: ['gnome-system-monitor', 'polkit']
cu
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
next prev parent reply other threads:[~2019-07-28 16:20 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-28 10:52 [meta-gnome][PATCH] gnome-system-monitor: Add DEPENDS on polkit Adrian Bunk
2019-07-28 15:32 ` Khem Raj
2019-07-28 16:20 ` Adrian Bunk [this message]
2019-07-28 20:08 ` Martin Jansa
2019-07-30 7:46 ` Adrian Bunk
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=20190728162013.GA13799@localhost \
--to=bunk@stusta.de \
--cc=openembedded-devel@lists.openembedded.org \
--cc=raj.khem@gmail.com \
/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.