aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2019-05-06 10:15:45 +0200
committerArmin Kuster <akuster808@gmail.com>2019-05-18 07:29:37 -0700
commitbbab208f537c52155f3ee83f6550545c9452bacc (patch)
tree46f1acb435fa81bfd3bebc3321e4fd105988a845
parentb1fdd51d97dca34a7221649831fc3e0d832219b5 (diff)
downloadmeta-openembedded-contrib-bbab208f537c52155f3ee83f6550545c9452bacc.tar.gz
meta-xfce: add meta-networking to layer depends
* blueman was moved to meta-networking (without an explanation why). It is added to packagegroup-xfce-extended in case 'bluetooth' is in DISTRO_FEATURES * thunar-shares-plugin RDEPENDS on samba-server Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-xfce/conf/layer.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf
index 2a4c87fa0a..80cfe08388 100644
--- a/meta-xfce/conf/layer.conf
+++ b/meta-xfce/conf/layer.conf
@@ -17,6 +17,7 @@ LAYERDEPENDS_xfce-layer += "openembedded-layer"
LAYERDEPENDS_xfce-layer += "gnome-layer"
LAYERDEPENDS_xfce-layer += "multimedia-layer"
LAYERDEPENDS_xfce-layer += "meta-python"
+LAYERDEPENDS_xfce-layer += "networking-layer"
LAYERSERIES_COMPAT_xfce-layer = "warrior"