> for example there are two gweather recipes and the blacklisted one is the one you want to keep.
Are you talking about libgweather and libgweather3? Both are blacklisted for long time, one because it fails to compile with gcc6 and the other one because it conflicts with first. Yes you're right the libgweather3 probably doesn't need to be blacklisted as long as conflicting libgweather is, but as both are blacklisted for long time and nobody sent changes to fix either of them I can only assume that nobody cares about them -> both will be removed as the blacklist message says. Unless someone steps up and fixes them before 2017-09-01. On Tue, Jul 25, 2017 at 5:08 PM, Burton, Ross <[email protected]> wrote: > I'd prefer you not to remove all blacklisted packages, for example there > are two gweather recipes and the blacklisted one is the one you want to > keep. Would you prefer that I fiddle the blacklistings and leave them to > expire when the message says? > > Ross > > > On 21 July 2017 at 09:56, Martin Jansa <[email protected]> wrote: > >> The PNBLACKLIST message says it will be removed on 2017-09-01. I already >> have a patch which will remove all blacklisted recipes with such >> PNBLACKLIST but I'll apply it only at the end of next month. >> >> On Thu, Jul 20, 2017 at 5:35 PM, Ross Burton <[email protected]> >> wrote: >> >>> Cheese 2.30.1 is very old (2010) and has been blacklisted for some time, >>> so >>> remove it. >>> >>> Signed-off-by: Ross Burton <[email protected]> >>> --- >>> meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb | 26 >>> ------------------------- >>> 1 file changed, 26 deletions(-) >>> delete mode 100644 meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb >>> >>> diff --git a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb >>> b/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb >>> deleted file mode 100644 >>> index 3f5a5b124..000000000 >>> --- a/meta-gnome/recipes-apps/cheese/cheese_2.30.1.bb >>> +++ /dev/null >>> @@ -1,26 +0,0 @@ >>> -SUMMARY = "Take photos and videos with your webcam, with fun graphical >>> effects" >>> -LICENSE = "GPLv2" >>> -LIC_FILES_CHKSUM = "file://COPYING;md5=a17cb0a873 >>> d252440acfdf9b3d0e7fbf" >>> - >>> -DEPENDS = "gtk+ gstreamer gst-plugins-base libcanberra udev librsvg >>> gnome-desktop evolution-data-server intltool-native" >>> - >>> -PR = "r2" >>> - >>> -inherit gnome >>> - >>> -SRC_URI[archive.md5sum] = "1599fded8a1797ea51fb010af4e6c45b" >>> -SRC_URI[archive.sha256sum] = "48f03470c6f527caa0e3b269d3afc >>> ff86ae0939a74f66ce030d4eed3bc3cbd9a" >>> -GNOME_COMPRESS_TYPE="bz2" >>> - >>> -FILES_${PN} += "${datadir}/dbus-1" >>> -RRECOMMENDS_${PN} = "gst-plugins-good-meta gst-plugins-base-meta" >>> - >>> -EXTRA_OECONF += "--disable-scrollkeeper" >>> - >>> -do_configure_prepend() { >>> - sed -i -e "s: help : :g" ${S}/Makefile.am >>> -} >>> - >>> -PNBLACKLIST[cheese] ?= "Depends on blacklisted gstreamer - the recipe >>> will be removed on 2017-09-01 unless the issue is fixed" >>> - >>> -PNBLACKLIST[cheese] ?= "Depends on blacklisted gnome-desktop - the >>> recipe will be removed on 2017-09-01 unless the issue is fixed" >>> -- >>> 2.11.0 >>> >>> -- >>> _______________________________________________ >>> Openembedded-devel mailing list >>> [email protected] >>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel >>> >> >> > -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
