summaryrefslogtreecommitdiffstats
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-23 07:03:43 -0700
commit6d5ed37ec8fefdea6a54a804348a8947cba478fc (patch)
treef6c79befc5b37932b86682a9e61582bd052387fb
parentd90727a25d4598eedabef38ff38088fd5d854177 (diff)
downloadmeta-openembedded-6d5ed37ec8fefdea6a54a804348a8947cba478fc.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 2a4c87fa0..80cfe0838 100644
--- a/meta-xfce/conf/layer.conf
+++ b/meta-xfce/conf/layer.conf
@@ -17,6 +17,7 @@ LAYERDEPENDS_xfce-layer += "openembedded-layer"
17LAYERDEPENDS_xfce-layer += "gnome-layer" 17LAYERDEPENDS_xfce-layer += "gnome-layer"
18LAYERDEPENDS_xfce-layer += "multimedia-layer" 18LAYERDEPENDS_xfce-layer += "multimedia-layer"
19LAYERDEPENDS_xfce-layer += "meta-python" 19LAYERDEPENDS_xfce-layer += "meta-python"
20LAYERDEPENDS_xfce-layer += "networking-layer"
20 21
21LAYERSERIES_COMPAT_xfce-layer = "warrior" 22LAYERSERIES_COMPAT_xfce-layer = "warrior"
22 23