From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org, akuster808@gmail.com
Subject: [meta-oe][PATCH 06/10] gnome-system-monitor: only include when x11 in DISTRO_FEATURES
Date: Mon, 9 Apr 2018 17:22:32 -0700 [thread overview]
Message-ID: <1523319756-8431-6-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1523319756-8431-1-git-send-email-akuster808@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
.../recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb
index 61af92b..9b6ce17 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_3.26.0.bb
@@ -12,7 +12,9 @@ DEPENDS = " \
libwnck3 \
"
-inherit gnomebase
+inherit gnomebase distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[archive.md5sum] = "fcd59867c07f8c4853b1e28d60cbc037"
SRC_URI[archive.sha256sum] = "f848a8c2ca5e164cf09d3a205dd49e4e4bf4b60d43b0969c10443eb519d0e6b3"
--
2.7.4
next prev parent reply other threads:[~2018-04-10 0:22 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-10 0:22 [meta-oe][PATCH 01/10] dbus-broker: include only if systemd is DISTO_FEATURE Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 02/10] imsettings: only include when x11 in DISTRO_FEATURES Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 03/10] xfce4-vala: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 04/10] libreport: add PACKCONFIG for gtk Armin Kuster
2018-04-10 0:29 ` Anuj Mittal
2018-04-10 0:35 ` akuster808
2018-04-10 0:22 ` [meta-oe][PATCH 05/10] xarchiver: only include when x11 in DISTRO_FEATURES Armin Kuster
2018-04-10 0:22 ` Armin Kuster [this message]
2018-04-10 0:22 ` [meta-oe][PATCH 07/10] packagegroup-xfce-extended: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 08/10] menulibre: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 09/10] python-blivet: " Armin Kuster
2018-04-10 0:22 ` [meta-oe][PATCH 10/10] usermode: also " 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=1523319756-8431-6-git-send-email-akuster808@gmail.com \
--to=akuster808@gmail.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.