diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-05-06 10:15:45 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-06 08:32:04 -0700 |
commit | 5063861a508150df6b021f04244675932960a7a6 (patch) | |
tree | 76d2ac3c9ff91a0c386e3c6d7d913a39375a9450 | |
parent | 183b99913bff53c45450e7f00331b0dfea21f506 (diff) | |
download | meta-openembedded-5063861a508150df6b021f04244675932960a7a6.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>
-rw-r--r-- | meta-xfce/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-xfce/conf/layer.conf b/meta-xfce/conf/layer.conf index 6e9d89294..fd7f9b541 100644 --- a/meta-xfce/conf/layer.conf +++ b/meta-xfce/conf/layer.conf | |||
@@ -17,6 +17,7 @@ LAYERDEPENDS_xfce-layer += "openembedded-layer" | |||
17 | LAYERDEPENDS_xfce-layer += "gnome-layer" | 17 | LAYERDEPENDS_xfce-layer += "gnome-layer" |
18 | LAYERDEPENDS_xfce-layer += "multimedia-layer" | 18 | LAYERDEPENDS_xfce-layer += "multimedia-layer" |
19 | LAYERDEPENDS_xfce-layer += "meta-python" | 19 | LAYERDEPENDS_xfce-layer += "meta-python" |
20 | LAYERDEPENDS_xfce-layer += "networking-layer" | ||
20 | 21 | ||
21 | LAYERSERIES_COMPAT_xfce-layer = "thud warrior" | 22 | LAYERSERIES_COMPAT_xfce-layer = "thud warrior" |
22 | 23 | ||