[oe-commits] [meta-openembedded] 11/87: orrery: only include when x11 in DISTRO_FEATURES

git at git.openembedded.org git at git.openembedded.org
Mon Mar 12 17:03:30 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch master-next
in repository meta-openembedded.

commit 248e6b46c6d80962a5fbbfb556a4fe7414c9359f
Author: Armin Kuster <akuster808 at gmail.com>
AuthorDate: Tue Mar 6 16:33:16 2018 -0800

    orrery: only include when x11 in DISTRO_FEATURES
    
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-oe/recipes-navigation/orrery/orrery_2.7.bb | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
index 1a00b08..010f65f 100644
--- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
+++ b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb
@@ -5,7 +5,9 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://orrery.c;endline=25;md5=d792bdf2b591972da175aecc38d88cfe"
 DEPENDS = "gtk+"
 
-inherit autotools-brokensep pkgconfig
+inherit distro_features_check autotools-brokensep pkgconfig
+
+REQUIRED_DISTRO_FEATURES = "x11"
 
 SRC_URI = "http://projects.openmoko.org/frs/download.php/923/orrery_2.7_clean.tar.gz \
            file://orrery.png \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list