* [meta-oe][PATCH 01/27] gtkmm: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-oe][PATCH 02/27] pavucontrol: " jackie.huang
` (25 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
gtkmm depends on gtk+ which requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb
index 80595fe..f4e0865 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb
@@ -8,7 +8,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
DEPENDS = "atkmm pangomm glibmm gtk+ cairomm"
-inherit gnome autotools pkgconfig
+inherit gnome autotools pkgconfig distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
GNOME_COMPRESS_TYPE = "xz"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-oe][PATCH 02/27] pavucontrol: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
2016-11-22 7:30 ` [meta-oe][PATCH 01/27] gtkmm: add x11 to REQUIRED_DISTRO_FEATURES jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-oe][PATCH 03/27] libunique: " jackie.huang
` (24 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
pavucontrol depends on gtkmm which requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb
index bdffb2a..51e24c4 100644
--- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb
+++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_3.0.bb
@@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
DEPENDS = "intltool-native gtkmm libcanberra pulseaudio"
-inherit gnome
+inherit gnome distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://freedesktop.org/software/pulseaudio/${BPN}/${BP}.tar.xz"
SRC_URI[md5sum] = "176308d2c03f8f3a7b2bd4f4d284fe71"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-oe][PATCH 03/27] libunique: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
2016-11-22 7:30 ` [meta-oe][PATCH 01/27] gtkmm: add x11 to REQUIRED_DISTRO_FEATURES jackie.huang
2016-11-22 7:30 ` [meta-oe][PATCH 02/27] pavucontrol: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-gnome][PATCH 04/27] dconf: " jackie.huang
` (23 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
libunique depends on gtk+ which requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb
index be3a41f..3018398 100644
--- a/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb
+++ b/meta-oe/recipes-gnome/libunique/libunique_1.1.6.bb
@@ -24,4 +24,6 @@ LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
-inherit autotools pkgconfig gobject-introspection
+inherit autotools pkgconfig gobject-introspection distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-gnome][PATCH 04/27] dconf: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (2 preceding siblings ...)
2016-11-22 7:30 ` [meta-oe][PATCH 03/27] libunique: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-gnome][PATCH 05/27] evince: " jackie.huang
` (22 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
dconf depends on gtk+3 which requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
index 1e826cd..f38be88 100644
--- a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
+++ b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
@@ -11,7 +11,9 @@ GNOME_COMPRESS_TYPE = "xz"
DEPENDS = "glib-2.0 gtk+3 libxml2 intltool-native"
-inherit vala gtk-doc
+inherit vala gtk-doc distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
EXTRA_OECONF += "--disable-man"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-gnome][PATCH 05/27] evince: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (3 preceding siblings ...)
2016-11-22 7:30 ` [meta-gnome][PATCH 04/27] dconf: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-gnome][PATCH 06/27] gnome-disk-utility: " jackie.huang
` (21 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
evince depends on gtk+3 and gnome-desktop3 which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-gnome/recipes-gnome/evince/evince_3.18.2.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb b/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb
index 1164768..e42e904 100644
--- a/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb
+++ b/meta-gnome/recipes-gnome/evince/evince_3.18.2.bb
@@ -5,7 +5,9 @@ SECTION = "x11/office"
DEPENDS = "gtk+3 libsecret gnome-desktop3 poppler gstreamer1.0-plugins-base orc adwaita-icon-theme intltool-native"
PR = "r5"
-inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection
+inherit gnome pkgconfig gtk-icon-cache gsettings gobject-introspection distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[archive.md5sum] = "c39af6b8b1c44d4393ef8ac9dab99c0b"
SRC_URI[archive.sha256sum] = "42ad6c7354d881a9ecab136ea84ff867acb942605bcfac48b6c12e1c2d8ecb17"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-gnome][PATCH 06/27] gnome-disk-utility: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (4 preceding siblings ...)
2016-11-22 7:30 ` [meta-gnome][PATCH 05/27] evince: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-gnome][PATCH 07/27] gtksourceview2: " jackie.huang
` (20 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
gnome-disk-utility depends on virtual/libx11.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
index 2f427e7..eac9dbd 100644
--- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb
@@ -7,7 +7,10 @@ DEPENDS = "glib-2.0 gtk+ libnotify libunique udisks avahi-ui virtual/libx11 liba
PR = "r4"
-inherit gnomebase gtk-icon-cache
+inherit gnomebase gtk-icon-cache distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
SRC_URI[archive.md5sum] = "f0366c8baebca0404d190b2d78f3582d"
SRC_URI[archive.sha256sum] = "03e461b6bda7f773f8018d25fa3213d3073d4dc83a76e6b39d962652f4de6a98"
GNOME_COMPRESS_TYPE="bz2"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-gnome][PATCH 07/27] gtksourceview2: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (5 preceding siblings ...)
2016-11-22 7:30 ` [meta-gnome][PATCH 06/27] gnome-disk-utility: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-gnome][PATCH 08/27] libwnck: " jackie.huang
` (19 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
gtksourceview2 depends on gtk+ which requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
index ebd2955..df37b04 100644
--- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
+++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb
@@ -10,7 +10,9 @@ PNAME = "gtksourceview"
S = "${WORKDIR}/${PNAME}-${PV}"
-inherit gnomebase lib_package gettext
+inherit gnomebase lib_package gettext distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
# overrule SRC_URI from gnome.conf
SRC_URI = "${GNOME_MIRROR}/${PNAME}/${@gnome_verdir("${PV}")}/${PNAME}-${PV}.tar.bz2;name=archive \
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-gnome][PATCH 08/27] libwnck: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (6 preceding siblings ...)
2016-11-22 7:30 ` [meta-gnome][PATCH 07/27] gtksourceview2: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-gnome][PATCH 09/27] libxklavier: " jackie.huang
` (18 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
libwnck depends on gtk+ which requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
index d273e6c..83e8468 100644
--- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
+++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb
@@ -8,7 +8,9 @@ DEPENDS = "intltool-native gtk+ gdk-pixbuf-native libxres"
PACKAGECONFIG ??= "startup-notification"
PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification"
-inherit gnomebase gobject-introspection
+inherit gnomebase gobject-introspection distro_features_check
+REQUIRED_DISTRO_FEATURES = "x11"
+
GNOME_COMPRESS_TYPE = "xz"
SRC_URI[archive.md5sum] = "f03e1139296e2a3a92e3b65a3080cd32"
SRC_URI[archive.sha256sum] = "83f732d20781fc88b22cdc6aaf2d4f388db6d3d4ff28d1a8fd45be9fb7743a9e"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-gnome][PATCH 09/27] libxklavier: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (7 preceding siblings ...)
2016-11-22 7:30 ` [meta-gnome][PATCH 08/27] libwnck: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-xfce][PATCH 10/27] packagegroup-xfce-base: " jackie.huang
` (17 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
libxklavier depends on gtk+ and libxi which require
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb
index 384841a..872c868 100644
--- a/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb
+++ b/meta-gnome/recipes-gnome/libxklavier/libxklavier_5.3.bb
@@ -6,7 +6,10 @@ DEPENDS = "xkbcomp gtk+ iso-codes libxi libxml2"
GNOME_COMPRESS_TYPE = "xz"
-inherit gnomebase gettext gobject-introspection
+inherit gnomebase gettext gobject-introspection distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
+
SRC_URI[archive.md5sum] = "290ea2a8abc40f78a3a16bdae6f02808"
SRC_URI[archive.sha256sum] = "ebec3bc54b5652838502b96223152fb1cd8fcb14ace5cb02d718fc3276bbd404"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 10/27] packagegroup-xfce-base: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (8 preceding siblings ...)
2016-11-22 7:30 ` [meta-gnome][PATCH 09/27] libxklavier: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-xfce][PATCH 11/27] xfce4-pulseaudio-plugin: " jackie.huang
` (16 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
Most packages in this packagegroup require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
index 14ea4b4..e2f238c 100644
--- a/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
+++ b/meta-xfce/recipes-xfce/packagegroups/packagegroup-xfce-base.bb
@@ -4,7 +4,9 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690"
PR = "r5"
-inherit packagegroup
+inherit packagegroup distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
RDEPENDS_${PN} = " \
xfwm4 \
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 11/27] xfce4-pulseaudio-plugin: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (9 preceding siblings ...)
2016-11-22 7:30 ` [meta-xfce][PATCH 10/27] packagegroup-xfce-base: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-xfce][PATCH 12/27] thunar-plugin.bbclass: " jackie.huang
` (15 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfce4-pulseaudio-plugin depends on pavucontrol which
requires x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb
index 65026ac..4c7ca70 100644
--- a/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb
+++ b/meta-xfce/recipes-panel-plugins/pulseaudio/xfce4-pulseaudio-plugin_0.2.4.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f5eac6bb0d6ec0dc655e417781d4015f"
inherit xfce-panel-plugin distro_features_check
-REQUIRED_DISTRO_FEATURES = "pulseaudio"
+REQUIRED_DISTRO_FEATURES = "pulseaudio x11"
DEPENDS += "pulseaudio"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 12/27] thunar-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (10 preceding siblings ...)
2016-11-22 7:30 ` [meta-xfce][PATCH 11/27] xfce4-pulseaudio-plugin: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-xfce][PATCH 13/27] xfce-panel-plugin.bbclass: " jackie.huang
` (14 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
thunar depends on gtk+, libsm and xfce4-panel which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/classes/thunar-plugin.bbclass | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/classes/thunar-plugin.bbclass b/meta-xfce/classes/thunar-plugin.bbclass
index 4ec073a..95f7d00 100644
--- a/meta-xfce/classes/thunar-plugin.bbclass
+++ b/meta-xfce/classes/thunar-plugin.bbclass
@@ -1,4 +1,6 @@
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "thunar"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 13/27] xfce-panel-plugin.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (11 preceding siblings ...)
2016-11-22 7:30 ` [meta-xfce][PATCH 12/27] thunar-plugin.bbclass: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:30 ` [meta-xfce][PATCH 14/27] xfce-app.bbclass: " jackie.huang
` (13 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
The bbclass depends on xfce4-panel and libxfce4ui
which require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/classes/xfce-panel-plugin.bbclass | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/classes/xfce-panel-plugin.bbclass b/meta-xfce/classes/xfce-panel-plugin.bbclass
index b2f0678..6515dc0 100644
--- a/meta-xfce/classes/xfce-panel-plugin.bbclass
+++ b/meta-xfce/classes/xfce-panel-plugin.bbclass
@@ -1,4 +1,6 @@
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "libxfce4ui libxfce4util xfce4-panel"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 14/27] xfce-app.bbclass: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (12 preceding siblings ...)
2016-11-22 7:30 ` [meta-xfce][PATCH 13/27] xfce-panel-plugin.bbclass: " jackie.huang
@ 2016-11-22 7:30 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 15/27] exo: " jackie.huang
` (12 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:30 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
All xfce apps depend on gtk+ or xfce4-panel or libxfce4ui
which require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/classes/xfce-app.bbclass | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/classes/xfce-app.bbclass b/meta-xfce/classes/xfce-app.bbclass
index 8780ebf..1c31c2f 100644
--- a/meta-xfce/classes/xfce-app.bbclass
+++ b/meta-xfce/classes/xfce-app.bbclass
@@ -1,4 +1,6 @@
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://archive.xfce.org/src/apps/${BPN}/${@xfce_verdir("${PV}")}/${BPN}-${PV}.tar.bz2"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 15/27] exo: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (13 preceding siblings ...)
2016-11-22 7:30 ` [meta-xfce][PATCH 14/27] xfce-app.bbclass: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 16/27] garcon: " jackie.huang
` (11 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
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>
---
meta-xfce/recipes-xfce/exo/exo_0.11.1.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
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 92155f2..70c2761 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"
DEPENDS = "gtk+ libxfce4util libxfce4ui virtual/libx11 liburi-perl-native cairo"
DEPENDS_class-native = "glib-2.0-native xfce4-dev-tools-native intltool-native"
-inherit xfce pythonnative perlnative gtk-doc
+inherit xfce pythonnative perlnative gtk-doc distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
+REQUIRED_DISTRO_FEATURES_class-native = ""
# SRC_URI must follow inherited one
SRC_URI += " \
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 16/27] garcon: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (14 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 15/27] exo: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 17/27] gtk-xfce-engine: " jackie.huang
` (10 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
garcon depends on libxfce4ui which requires x11 distro feature
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb b/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb
index 81143b5..8a3260a 100644
--- a/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb
+++ b/meta-xfce/recipes-xfce/garcon/garcon_0.4.0.bb
@@ -4,7 +4,9 @@ LICENSE = "LGPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
DEPENDS = "xfce4-dev-tools-native libxfce4util libxfce4ui intltool-native"
-inherit xfce gtk-doc
+inherit xfce gtk-doc distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
SRC_URI[md5sum] = "aba62b80787aac295083bf7afd419ffb"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 17/27] gtk-xfce-engine: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (15 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 16/27] garcon: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 18/27] libxfce4ui: " jackie.huang
` (9 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
gtk-xfce-engine depends on gtk+ which requires
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb
index b9835ab..ae7f99f 100644
--- a/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb
+++ b/meta-xfce/recipes-xfce/gtk-xfce-engine/gtk-xfce-engine_3.2.0.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS = "gtk+ xfce4-dev-tools-native"
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[md5sum] = "363d6c16a48a00e26d45c45c2e1fd739"
SRC_URI[sha256sum] = "875c9c3bda96faf050a2224649cc42129ffb662c4de33add8c0fd1fb860b47ed"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 18/27] libxfce4ui: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (16 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 17/27] gtk-xfce-engine: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 19/27] thunar: " jackie.huang
` (8 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
libxfce4ui depends on virtual/libx11 so requires x11 distro feature
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
index a8758e3..4843e0e 100644
--- a/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
+++ b/meta-xfce/recipes-xfce/libxfce4ui/libxfce4ui_4.12.1.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=252890d9eee26aab7b432e8b8a616475"
DEPENDS = "perl-native glib-2.0 gtk+ gtk+3 intltool-native libxfce4util xfconf xfce4-dev-tools virtual/libx11 libsm libice"
-inherit xfce autotools gettext gtk-doc
+inherit xfce autotools gettext gtk-doc distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI += " \
file://0001-libxfce4kbd-private-xfce4-keyboard-shortcuts.xml-fix.patch \
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 19/27] thunar: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (17 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 18/27] libxfce4ui: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 20/27] thunar-volman: " jackie.huang
` (7 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
thunar depends on gtk+, libsm and xfce4-panel which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
index 1485924..90fd788 100644
--- a/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
+++ b/meta-xfce/recipes-xfce/thunar/thunar_1.6.10.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "exo glib-2.0 gtk+ gdk-pixbuf libxfce4util libxfce4ui xfconf libsm dbus-glib startup-notification libnotify xfce4-panel udev"
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI = "http://archive.xfce.org/src/xfce/${BPN}/${@'${PV}'[0:3]}/Thunar-${PV}.tar.bz2"
SRC_URI[md5sum] = "3089e1dca6e408641b07cd9c759dea5e"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 20/27] thunar-volman: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (18 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 19/27] thunar: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 21/27] xfce4-appfinder: " jackie.huang
` (6 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
thunar-volman depends on gtk+ and libxfce4ui which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
index 44e3777..c61d451 100644
--- a/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
+++ b/meta-xfce/recipes-xfce/thunar-volman/thunar-volman_0.8.1.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "exo glib-2.0 gtk+ libxfce4ui libxfce4util xfconf libnotify libgudev"
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI += "file://0001-Fix-return-with-no-value-in-function-returning-non-v.patch"
SRC_URI[md5sum] = "65ab6e05b2e808d1dcc8d36683a59b7e"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 21/27] xfce4-appfinder: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (19 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 20/27] thunar-volman: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 22/27] xfce4-panel: " jackie.huang
` (5 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfce4-appfinder depends on gtk+ and libxfce4ui which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb
index 79e06da..175a827 100644
--- a/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-appfinder/xfce4-appfinder_4.12.0.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS="glib-2.0 gtk+ libxfce4util libxfce4ui garcon dbus-glib xfconf"
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[md5sum] = "0b238b30686388c507c119b12664f1a1"
SRC_URI[sha256sum] = "2ad4a58019a76a6b64a816050db25f96854917c2f2e89d6a9df6c18e6c84c567"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 22/27] xfce4-panel: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (20 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 21/27] xfce4-appfinder: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 23/27] xfce4-power-manager: " jackie.huang
` (4 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfce4-panel depends on virtual/libx11 so it requires
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb
index 6a2b944..18f5ab7 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.12.0.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ gtk+3 dbus cairo virtual/libx11 libxml2 libwnck"
-inherit xfce gtk-doc
+inherit xfce gtk-doc distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[md5sum] = "5a333af704e386c90ad829b6baf1a758"
SRC_URI[sha256sum] = "30920fc2e2fc26279a82b5261a155c2cc15ab2aa1ced2275684a6ff8261b97b0"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 23/27] xfce4-power-manager: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (21 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 22/27] xfce4-panel: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 24/27] xfce4-session: " jackie.huang
` (3 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfce4-power-manager depends on virtual/libx11 so it requires
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb
index 71df34c..e69118c 100644
--- a/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb
+++ b/meta-xfce/recipes-xfce/xfce4-power-manager/xfce4-power-manager_1.6.0.bb
@@ -5,7 +5,9 @@ SECTION = "x11"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "gtk+3 glib-2.0 dbus-glib xfconf libxfce4ui libxfce4util libnotify \
libxrandr virtual/libx11 libxext xfce4-panel upower libxscrnsaver"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 24/27] xfce4-session: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (22 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 23/27] xfce4-power-manager: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 25/27] xfce4-settings: " jackie.huang
` (2 subsequent siblings)
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfce4-session depends on virtual/libx11 so it requires
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
index 215aec3..a247206 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.12.1.bb
@@ -5,7 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf polkit"
RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth upower"
-inherit xfce update-alternatives
+inherit xfce update-alternatives distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[md5sum] = "f4921fb2e606e74643daf1212263076c"
SRC_URI[sha256sum] = "97d7f2a2d0af7f3623b68d1f04091e02913b28f9555dab8b0d26c8a1299d08fd"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 25/27] xfce4-settings: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (23 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 24/27] xfce4-session: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 26/27] xfdesktop: " jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 27/27] xfwm4: " jackie.huang
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfce4-settings depends on virtual/libx11 so it requires
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
index 808e05e..771da2c 100644
--- a/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
+++ b/meta-xfce/recipes-xfce/xfce4-settings/xfce4-settings_git.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "exo exo-native garcon gtk+ libxfce4util libxfce4ui xfconf dbus-glib libxi virtual/libx11 xrandr libxcursor libxklavier upower"
-inherit xfce xfce-git
+inherit xfce xfce-git distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
# schnitzeltony git repo is the mainline repo
# + datetime-setter - sent to mainline but strange response
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 26/27] xfdesktop: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (24 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 25/27] xfce4-settings: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
2016-11-22 7:31 ` [meta-xfce][PATCH 27/27] xfwm4: " jackie.huang
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfdesktop depends on gtk+ and libxfce4ui which
require x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb
index af4b6ca..e951343 100644
--- a/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb
+++ b/meta-xfce/recipes-xfce/xfdesktop/xfdesktop_4.12.3.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "glib-2.0 gtk+ libxfce4util libxfce4ui libwnck xfconf dbus-glib thunar garcon exo"
-inherit xfce
+inherit xfce distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI[md5sum] = "cb34f4f333d7d122f1688d2f155202c8"
SRC_URI[sha256sum] = "a8a8d93744d842ca6ac1f9bd2c8789ee178937bca7e170e5239cbdbef30520ac"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread* [meta-xfce][PATCH 27/27] xfwm4: add x11 to REQUIRED_DISTRO_FEATURES
2016-11-22 7:30 [PATCH 00/27] add x11 to REQUIRED_DISTRO_FEATURES for required packages jackie.huang
` (25 preceding siblings ...)
2016-11-22 7:31 ` [meta-xfce][PATCH 26/27] xfdesktop: " jackie.huang
@ 2016-11-22 7:31 ` jackie.huang
26 siblings, 0 replies; 28+ messages in thread
From: jackie.huang @ 2016-11-22 7:31 UTC (permalink / raw)
To: openembedded-devel
From: Jackie Huang <jackie.huang@windriver.com>
xfwm4 depends on virtual/libx11 so it requires
x11 distro feature.
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
index 41daa00..ad70860 100644
--- a/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
+++ b/meta-xfce/recipes-xfce/xfwm4/xfwm4_4.12.3.bb
@@ -4,7 +4,9 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d791728a073bc009b4ffaf00b7599855"
DEPENDS = "virtual/libx11 libxpm gtk+ libxfce4util libxfce4ui xfconf libwnck dbus-glib startup-notification exo-native"
-inherit xfce update-alternatives
+inherit xfce update-alternatives distro_features_check
+
+REQUIRED_DISTRO_FEATURES = "x11"
SRC_URI += "file://0001-don-t-block-display-events-when-time-is-set-backward.patch"
SRC_URI[md5sum] = "197ef087ca6a263627f1bea6d5a79d6f"
--
2.8.3
^ permalink raw reply related [flat|nested] 28+ messages in thread