summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-03-06 16:50:04 -0800
committerArmin Kuster <akuster808@gmail.com>2018-03-12 09:59:33 -0700
commit28b7921d5ec9ace30fd6512f13154331a9f74524 (patch)
tree4c68c1033f1f36dd3d68f95f765da9b565ef1fd0
parent679993691c0cdb32cb81f600d173c99c45ec6f14 (diff)
downloadmeta-openembedded-28b7921d5ec9ace30fd6512f13154331a9f74524.tar.gz
toscoterm: only include when x11 in DISTRO_FEATURES
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/toscoterm/toscoterm_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
index aa031fef8..879b67b7f 100644
--- a/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
+++ b/meta-oe/recipes-support/toscoterm/toscoterm_git.bb
@@ -11,7 +11,9 @@ SRC_URI = "git://github.com/OSSystems/toscoterm.git"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13
14inherit gitpkgv pkgconfig 14inherit distro_features_check gitpkgv pkgconfig
15
16REQUIRED_DISTRO_FEATURES = "x11"
15 17
16do_compile() { 18do_compile() {
17 oe_runmake \ 19 oe_runmake \