[oe] [meta-gnome][PATCH] gnome-system-monitor: Add DEPENDS on polkit

Khem Raj raj.khem at gmail.com
Sun Jul 28 15:32:37 UTC 2019


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 at 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.
>   
>   GNOMEBASEBUILDCLASS = "meson"


More information about the Openembedded-devel mailing list