From 044e5189549de11b2a94efd29a6009a76162b8f1 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 13 Feb 2017 18:51:18 +0100 Subject: smbnetfs gnome-disk-utility contacts kexecboot initramfs-kexecboot-klibc-image system-config-keyboard system-setup-keyboard geany geany-plugins efivar efibootmgr gimp system-config-keyboard tumbler: Blacklist * fails repeatedly as reported in: http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111112.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111173.html http://lists.openembedded.org/pipermail/openembedded-devel/2017-February/111180.html Signed-off-by: Martin Jansa --- meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | 2 ++ .../recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb | 2 ++ meta-gnome/recipes-gnome/pimlico/contacts_0.9.bb | 2 ++ meta-gnome/recipes-gnome/pimlico/contacts_git.bb | 2 ++ meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb | 1 + meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb | 3 +++ meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb | 2 ++ meta-oe/recipes-devtools/geany/geany_1.29.bb | 2 ++ meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb | 2 ++ meta-oe/recipes-extended/efivar/efivar_0.24.bb | 2 ++ meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb | 2 ++ .../system-config-keyboard/system-config-keyboard_1.4.0.bb | 3 +++ .../system-setup-keyboard/system-setup-keyboard_0.8.8.bb | 2 ++ meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb | 2 ++ 14 files changed, 29 insertions(+) diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index f1420fbed8..b4bac6b95a 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb @@ -24,3 +24,5 @@ PACKAGECONFIG ??= "" PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" S = "${WORKDIR}/git" + +PNBLACKLIST[smbnetfs] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132827/" diff --git a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb index c167214ea4..78b6788561 100644 --- a/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-disk-utility/gnome-disk-utility_2.32.0.bb @@ -41,3 +41,5 @@ FILES_${PN}-libs += "${libdir}/libgdu*.so.*" FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la" FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a" FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug" + +PNBLACKLIST[gnome-disk-utility] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132824/" diff --git a/meta-gnome/recipes-gnome/pimlico/contacts_0.9.bb b/meta-gnome/recipes-gnome/pimlico/contacts_0.9.bb index bdc7f4886d..0d5b4149c2 100644 --- a/meta-gnome/recipes-gnome/pimlico/contacts_0.9.bb +++ b/meta-gnome/recipes-gnome/pimlico/contacts_0.9.bb @@ -16,3 +16,5 @@ do_configure_prepend () { # It used 8 spaces to instead of a tab, but it doesn't work for us sed -i 's/^ $(MAKE) dist distdir=/\t$(MAKE) dist distdir/' Makefile.am } + +PNBLACKLIST[contacts] ?= "Fails to fetch, pimlico-project.org is gone http://errors.yoctoproject.org/Errors/Details/132854/" diff --git a/meta-gnome/recipes-gnome/pimlico/contacts_git.bb b/meta-gnome/recipes-gnome/pimlico/contacts_git.bb index af7a10ba09..0fd465126a 100644 --- a/meta-gnome/recipes-gnome/pimlico/contacts_git.bb +++ b/meta-gnome/recipes-gnome/pimlico/contacts_git.bb @@ -15,3 +15,5 @@ SRC_URI =+ "git://git.gnome.org/${BPN} \ file://make-382.patch" S = "${WORKDIR}/git" + +PNBLACKLIST[contacts] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132826/" diff --git a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb index b7a8a9356e..8010c91e54 100644 --- a/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb +++ b/meta-initramfs/recipes-bsp/images/initramfs-kexecboot-klibc-image.bb @@ -11,3 +11,4 @@ python () { raise bb.parse.SkipPackage("'nios2' not supported arch") } +PNBLACKLIST[initramfs-kexecboot-klibc-image] ?= "Runtime depends on blacklisted kexecboot-klibc" diff --git a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb index 45095f3112..a695ea6bfd 100644 --- a/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb +++ b/meta-initramfs/recipes-bsp/kexecboot/kexecboot_0.6.bb @@ -73,3 +73,6 @@ pkg_postinst_${PN} () { } BBCLASSEXTEND = "klibc" + +PNBLACKLIST[kexecboot] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132823/" +PNBLACKLIST[kexecboot-klibc] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132853/" diff --git a/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb b/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb index 89bb966709..34a6d5da7a 100644 --- a/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb +++ b/meta-oe/recipes-devtools/geany/geany-plugins_1.29.bb @@ -261,3 +261,5 @@ RDEPENDS_${PN}-xmlsnippets = "${PN}" PACKAGES =+ "${PLUGINS}" RDEPENDS_${PN} = "${PLUGINS}" ALLOW_EMPTY_${PN} = "1" + +PNBLACKLIST[geany-plugins] ?= "Depends on blacklisted geany" diff --git a/meta-oe/recipes-devtools/geany/geany_1.29.bb b/meta-oe/recipes-devtools/geany/geany_1.29.bb index f979b71b96..a2c6787185 100644 --- a/meta-oe/recipes-devtools/geany/geany_1.29.bb +++ b/meta-oe/recipes-devtools/geany/geany_1.29.bb @@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "394307596bc908419617e4c33e93eae8b5b733dfc8d01161677b8cbd3a FILES_${PN} += "${datadir}/icons" EXTRA_OECONF = "--disable-html-docs" + +PNBLACKLIST[geany] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132822/" diff --git a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb index 0dee582e37..f2b9454547 100644 --- a/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb +++ b/meta-oe/recipes-extended/efibootmgr/efibootmgr_0.12.bb @@ -27,3 +27,5 @@ do_install () { } + +PNBLACKLIST[efibootmgr] ?= "Depends on blacklisted efivar" diff --git a/meta-oe/recipes-extended/efivar/efivar_0.24.bb b/meta-oe/recipes-extended/efivar/efivar_0.24.bb index efffde593f..4c7793f676 100644 --- a/meta-oe/recipes-extended/efivar/efivar_0.24.bb +++ b/meta-oe/recipes-extended/efivar/efivar_0.24.bb @@ -41,3 +41,5 @@ do_install_append_class-native() { BBCLASSEXTEND = "native" + +PNBLACKLIST[efivar] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132821/" diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb index 38e10efaa9..428cc27082 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.18.bb @@ -47,3 +47,5 @@ CFLAGS += "-fPIC" FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" FILES_${PN} += "${datadir}/appdata" + +PNBLACKLIST[gimp] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132825/" diff --git a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb index 078fcea5be..f52b5944c5 100644 --- a/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb +++ b/meta-oe/recipes-support/system-config-keyboard/system-config-keyboard_1.4.0.bb @@ -27,3 +27,6 @@ FILES_${PN} += " \ ${datadir}/* \ " BBCLASSEXTEND = "native" + +PNBLACKLIST[system-config-keyboard] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132829/" +PNBLACKLIST[system-config-keyboard-native] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132855/" diff --git a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb index fbbfa3dd8b..95ee67d511 100644 --- a/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb +++ b/meta-oe/recipes-support/system-setup-keyboard/system-setup-keyboard_0.8.8.bb @@ -29,3 +29,5 @@ do_install() { } FILES_${PN} += "${systemd_unitdir}/system/${BPN}.service" + +PNBLACKLIST[system-setup-keyboard] ?= "Depends on blacklisted system-config-keyboard-native" diff --git a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb index 66385a41ff..0b1e3289af 100644 --- a/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb +++ b/meta-xfce/recipes-xfce/tumbler/tumbler_0.1.31.bb @@ -27,3 +27,5 @@ FILES_${PN}-dbg += "${libdir}/tumbler-1/.debug \ ${libdir}/tumbler-1/plugins/.debug \ ${libdir}/tumbler-1/plugins/cache/.debug \ " + +PNBLACKLIST[tumbler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132828/" -- cgit 1.2.3-korg