summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-04-04 11:06:24 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-04 12:15:58 -0700
commit95286a4d280d80dcc881249ecfb81022239e64f9 (patch)
tree3fe6af98363633524af2f6dc4581f770249f4823
parentb888ccce5b05eb786c33e35ffbbb0b862daa7b9e (diff)
downloadmeta-openembedded-95286a4d280d80dcc881249ecfb81022239e64f9.tar.gz
thunar-shares-plugin: Depend on X11 distro feature
it depends on thunar-> thunar-panel, which currently depends on libwnck3 which only works on x11, thunar technically can replace it with libxfce4windowing but its not done yet. fixes WARNING: Nothing PROVIDES 'thunar' (but /home/ubuntu/yoe/sources/meta-openembedded/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb DEPENDS on or otherwise requires it) thunar was skipped: using DISTRO 'yoe', which is missing required DISTRO_FEATURES: 'x11' WARNING: Nothing RPROVIDES 'thunar-shares-plugin-dev' (but /home/ubuntu/yoe/sources/meta-openembedded/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb RDEPENDS on or otherwise requires it) No eligible RPROVIDERs exist for 'thunar-shares-plugin-dev' Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> Cc: Changqing Li <changqing.li@windriver.com>
-rw-r--r--meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb
index b270ad0838..b8a18c2f51 100644
--- a/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb
+++ b/meta-xfce/recipes-thunar-plugins/shares/thunar-shares-plugin_0.5.0.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5 5
6inherit thunar-plugin features_check 6inherit thunar-plugin features_check
7 7
8ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" 8REQUIRED_DISTRO_FEATURES = "pam x11"
9REQUIRED_DISTRO_FEATURES = "pam"
10 9
11SRC_URI[sha256sum] = "34d4d69d413e63837c5083506b4dbf65f1fd2efe17667b1d7ad0699e1e2eb07d" 10SRC_URI[sha256sum] = "34d4d69d413e63837c5083506b4dbf65f1fd2efe17667b1d7ad0699e1e2eb07d"
12 11