summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJackie Huang <jackie.huang@windriver.com>2016-11-22 15:31:00 +0800
committerArmin Kuster <akuster808@gmail.com>2016-11-29 08:22:22 -0800
commitaf6a17788bfcf3429791520e5f6d4133a2a48690 (patch)
tree47e9cf66771e35a1656f19e1784a1aaec75b9bc3
parent0b91d7122ad99325fcc12a2e977fcc6836790c24 (diff)
downloadmeta-openembedded-af6a17788bfcf3429791520e5f6d4133a2a48690.tar.gz
exo: add x11 to REQUIRED_DISTRO_FEATURES
exo depends on virtual/libx11 and gtk+ so it requires x11 distro feature, but not for native package. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit 004dab1b3d482b6d87537b32b3482bc4202223d3) Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-xfce/recipes-xfce/exo/exo_0.11.1.bb5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb
index 92155f213a..70c2761ad8 100644
--- a/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb
+++ b/meta-xfce/recipes-xfce/exo/exo_0.11.1.bb
@@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
5DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo" 5DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
6DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native" 6DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
7 7
8inherit xfce pythonnative perlnative gtk-doc 8inherit xfce pythonnative perlnative gtk-doc distro_features_check
9
10REQUIRED_DISTRO_FEATURES = "x11"
11REQUIRED_DISTRO_FEATURES_class-native = ""
9 12
10# SRC_URI must follow inherited one 13# SRC_URI must follow inherited one
11SRC_URI += " \ 14SRC_URI += " \