summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2019-07-05 17:20:16 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-07-10 09:56:22 +0100
commit143faf9d7aad23943ec8568f979d9d58b5b9790f (patch)
treedd4b5739176b6c25b94fd932d89d408e6b38116e
parent92302504c31a639f22ed7ecd4ec12ccdbbca4f42 (diff)
downloadpoky-143faf9d7aad23943ec8568f979d9d58b5b9790f.tar.gz
packagegroup-core-lsb: remove GTK+
GTK+ 2 is being removed from oe-core, so remove it from the oe-core LSB packagegroup. Also document the fact that GTK+ 2 is no longer part of the LSB packagegroup, and point to meta-oe for the recipe if required. (From OE-Core rev: 759af1d5a5c3a0abe907d3875a7f548a6edfb39a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--README.LSB3
-rw-r--r--meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.LSB b/README.LSB
index f68d07c9e0..fecbe548b7 100644
--- a/README.LSB
+++ b/README.LSB
@@ -12,6 +12,9 @@ therefore provides compatibility with the following caveats:
12 tests any longer. Users are recommended to group together to support 12 tests any longer. Users are recommended to group together to support
13 maintenance of that layer. [http://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4/] 13 maintenance of that layer. [http://git.yoctoproject.org/cgit/cgit.cgi/meta-qt4/]
14 14
15* GTK+ 2 is provided by meta-oe. It is noted that GTK+ 2 is end of life
16 and use of GTK+ 2 isn't recommended.
17
15* mailx has been dropped since its no longer being developed upstream 18* mailx has been dropped since its no longer being developed upstream
16 and there are better, more modern replacements such as s-nail 19 and there are better, more modern replacements such as s-nail
17 (http://sdaoden.eu/code.html) or mailutils (http://mailutils.org/). 20 (http://sdaoden.eu/code.html) or mailutils (http://mailutils.org/).
diff --git a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
index e8dc421592..a821fd8bf3 100644
--- a/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
+++ b/meta/recipes-extended/packagegroups/packagegroup-core-lsb.bb
@@ -218,8 +218,6 @@ RDEPENDS_packagegroup-core-lsb-desktop = "\
218 gdk-pixbuf-loader-ani \ 218 gdk-pixbuf-loader-ani \
219 gdk-pixbuf-xlib \ 219 gdk-pixbuf-xlib \
220 liberation-fonts \ 220 liberation-fonts \
221 gtk+ \
222 atk \
223 alsa-lib \ 221 alsa-lib \
224" 222"
225 223