[oe] [meta-gnome][PATCH 16/23] gnome-keyring: only include when x11 in DISTRO_FEATURES

Armin Kuster akuster808 at gmail.com
Wed Mar 7 19:01:08 UTC 2018


Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
index fd6ca73..9d85c65 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb
@@ -13,7 +13,9 @@ SECTION = "x11/gnome"
 
 PR = "r12"
 
-inherit autotools gnome gtk-doc pkgconfig gsettings
+inherit distro_features_check autotools gnome gtk-doc pkgconfig gsettings
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI += "file://egg-asn1x.patch \
             file://musl.patch \
-- 
2.7.4




More information about the Openembedded-devel mailing list