diff options
14 files changed, 29 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb index f1420fbed..b4bac6b95 100644 --- a/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb +++ b/meta-filesystems/recipes-filesystems/smbnetfs/smbnetfs_git.bb | |||
@@ -24,3 +24,5 @@ PACKAGECONFIG ??= "" | |||
24 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" | 24 | PACKAGECONFIG[gnome-keyring] = "--with-gnome-keyring=yes,--with-gnome-keyring=no,libgnome-keyring" |
25 | 25 | ||
26 | S = "${WORKDIR}/git" | 26 | S = "${WORKDIR}/git" |
27 | |||
28 | 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 c167214ea..78b678856 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.*" | |||
41 | FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la" | 41 | FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la" |
42 | FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a" | 42 | FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a" |
43 | FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug" | 43 | FILES_${PN}-dbg += "${libdir}/nautilus/extensions-2.0/.debug" |
44 | |||
45 | 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 bdc7f4886..0d5b4149c 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 () { | |||
16 | # It used 8 spaces to instead of a tab, but it doesn't work for us | 16 | # It used 8 spaces to instead of a tab, but it doesn't work for us |
17 | sed -i 's/^ $(MAKE) dist distdir=/\t$(MAKE) dist distdir/' Makefile.am | 17 | sed -i 's/^ $(MAKE) dist distdir=/\t$(MAKE) dist distdir/' Makefile.am |
18 | } | 18 | } |
19 | |||
20 | 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 af7a10ba0..0fd465126 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} \ | |||
15 | file://make-382.patch" | 15 | file://make-382.patch" |
16 | 16 | ||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | |||
19 | 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 b7a8a9356..8010c91e5 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 () { | |||
11 | raise bb.parse.SkipPackage("'nios2' not supported arch") | 11 | raise bb.parse.SkipPackage("'nios2' not supported arch") |
12 | } | 12 | } |
13 | 13 | ||
14 | 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 45095f311..a695ea6bf 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} () { | |||
73 | } | 73 | } |
74 | 74 | ||
75 | BBCLASSEXTEND = "klibc" | 75 | BBCLASSEXTEND = "klibc" |
76 | |||
77 | PNBLACKLIST[kexecboot] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132823/" | ||
78 | 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 89bb96670..34a6d5da7 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}" | |||
261 | PACKAGES =+ "${PLUGINS}" | 261 | PACKAGES =+ "${PLUGINS}" |
262 | RDEPENDS_${PN} = "${PLUGINS}" | 262 | RDEPENDS_${PN} = "${PLUGINS}" |
263 | ALLOW_EMPTY_${PN} = "1" | 263 | ALLOW_EMPTY_${PN} = "1" |
264 | |||
265 | 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 f979b71b9..a2c678718 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 | |||
14 | FILES_${PN} += "${datadir}/icons" | 14 | FILES_${PN} += "${datadir}/icons" |
15 | 15 | ||
16 | EXTRA_OECONF = "--disable-html-docs" | 16 | EXTRA_OECONF = "--disable-html-docs" |
17 | |||
18 | 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 0dee582e3..f2b945454 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 () { | |||
27 | } | 27 | } |
28 | 28 | ||
29 | 29 | ||
30 | |||
31 | 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 efffde593..4c7793f67 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() { | |||
41 | 41 | ||
42 | BBCLASSEXTEND = "native" | 42 | BBCLASSEXTEND = "native" |
43 | 43 | ||
44 | |||
45 | 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 38e10efaa..428cc2708 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" | |||
47 | 47 | ||
48 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" | 48 | FILES_${PN}-dbg += "${libdir}/gimp/2.0/*/.debug" |
49 | FILES_${PN} += "${datadir}/appdata" | 49 | FILES_${PN} += "${datadir}/appdata" |
50 | |||
51 | 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 078fcea5b..f52b5944c 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} += " \ | |||
27 | ${datadir}/* \ | 27 | ${datadir}/* \ |
28 | " | 28 | " |
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
30 | |||
31 | PNBLACKLIST[system-config-keyboard] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132829/" | ||
32 | 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 fbbfa3dd8..95ee67d51 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() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += "${systemd_unitdir}/system/${BPN}.service" | 31 | FILES_${PN} += "${systemd_unitdir}/system/${BPN}.service" |
32 | |||
33 | 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 66385a41f..0b1e3289a 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 \ | |||
27 | ${libdir}/tumbler-1/plugins/.debug \ | 27 | ${libdir}/tumbler-1/plugins/.debug \ |
28 | ${libdir}/tumbler-1/plugins/cache/.debug \ | 28 | ${libdir}/tumbler-1/plugins/cache/.debug \ |
29 | " | 29 | " |
30 | |||
31 | PNBLACKLIST[tumbler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/132828/" | ||