diff options
90 files changed, 176 insertions, 4 deletions
diff --git a/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb b/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb index 9e5ff0a02..ce7de8305 100644 --- a/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb +++ b/meta-efl/recipes-devtools/python/python-edbus_1.7.0.bb | |||
@@ -4,3 +4,5 @@ PR = "r1" | |||
4 | 4 | ||
5 | SRC_URI[md5sum] = "40b479444bb06147429a276127981890" | 5 | SRC_URI[md5sum] = "40b479444bb06147429a276127981890" |
6 | SRC_URI[sha256sum] = "78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b" | 6 | SRC_URI[sha256sum] = "78e5ca334ee25185748660b4e612f984f4d3bced018f062278701429868f117b" |
7 | |||
8 | PNBLACKLIST[python-edbus] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130600/" | ||
diff --git a/meta-efl/recipes-efl/e17/exquisite_svn.bb b/meta-efl/recipes-efl/e17/exquisite_svn.bb index 8f2d25d7d..1b1c659d3 100644 --- a/meta-efl/recipes-efl/e17/exquisite_svn.bb +++ b/meta-efl/recipes-efl/e17/exquisite_svn.bb | |||
@@ -39,3 +39,5 @@ INITSCRIPT_NAME = "exquisite" | |||
39 | INITSCRIPT_PARAMS = "start 01 S . stop 20 0 1 6 ." | 39 | INITSCRIPT_PARAMS = "start 01 S . stop 20 0 1 6 ." |
40 | 40 | ||
41 | FILES_${PN} += "/mnt/.splash/" | 41 | FILES_${PN} += "/mnt/.splash/" |
42 | |||
43 | PNBLACKLIST[exquisite] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130619/" | ||
diff --git a/meta-efl/recipes-efl/efl/elementary_1.15.1.bb b/meta-efl/recipes-efl/efl/elementary_1.15.1.bb index f53eb44a7..894abc524 100644 --- a/meta-efl/recipes-efl/efl/elementary_1.15.1.bb +++ b/meta-efl/recipes-efl/efl/elementary_1.15.1.bb | |||
@@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "ae5540c2103fcdc69fd7469277ce25a8a00a0f701fc2c20771dc010840 | |||
14 | # autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S} | 14 | # autotools-brokensep - configure updates Elementary.h correctly in ${B}, but then build is using Elementary.h from ${S} |
15 | # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails | 15 | # which includes #define ELM_EMAP (instead of #undef ELM_EMAP) and building fails |
16 | B = "${S}" | 16 | B = "${S}" |
17 | |||
18 | PNBLACKLIST[elementary] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130584/" | ||
diff --git a/meta-efl/recipes-efl/efl/libeweather_svn.bb b/meta-efl/recipes-efl/efl/libeweather_svn.bb index eff858617..a2f4d5799 100644 --- a/meta-efl/recipes-efl/efl/libeweather_svn.bb +++ b/meta-efl/recipes-efl/efl/libeweather_svn.bb | |||
@@ -44,3 +44,5 @@ RRECOMMENDS_${PN} = "\ | |||
44 | ${PN}-themes \ | 44 | ${PN}-themes \ |
45 | ${PN}-plugins \ | 45 | ${PN}-plugins \ |
46 | " | 46 | " |
47 | |||
48 | PNBLACKLIST[libeweather] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130649/" | ||
diff --git a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb index d98d35ab1..18b9d6f36 100644 --- a/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb +++ b/meta-filesystems/recipes-filesystems/unionfs-fuse/unionfs-fuse_0.26.bb | |||
@@ -15,3 +15,5 @@ do_install() { | |||
15 | } | 15 | } |
16 | 16 | ||
17 | RDEPENDS_${PN} += "bash" | 17 | RDEPENDS_${PN} += "bash" |
18 | |||
19 | PNBLACKLIST[unionfs-fuse] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130648/" | ||
diff --git a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb index 9959f0d85..b4c50a2f2 100644 --- a/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb +++ b/meta-filesystems/recipes-utils/xfsprogs/xfsprogs_4.8.0.bb | |||
@@ -54,3 +54,5 @@ do_configure_prepend () { | |||
54 | do_install_append() { | 54 | do_install_append() { |
55 | oe_runmake 'DESTDIR=${D}' install install-dev | 55 | oe_runmake 'DESTDIR=${D}' install install-dev |
56 | } | 56 | } |
57 | |||
58 | PNBLACKLIST[xfsprogs] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130663/" | ||
diff --git a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb index d455f1447..ddc10aa0a 100644 --- a/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb +++ b/meta-gnome/recipes-apps/gnome-mplayer/gmtk_1.0.5.bb | |||
@@ -14,3 +14,5 @@ SRC_URI[sha256sum] = "a07130d62719e8c1244f8405dd97445798df5204fc0f3f2f2b669b1251 | |||
14 | EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore" | 14 | EXTRA_OECONF = "--disable-gconf --with-gio --with-alsa --enable-keystore" |
15 | 15 | ||
16 | inherit gettext pkgconfig autotools gconf | 16 | inherit gettext pkgconfig autotools gconf |
17 | |||
18 | PNBLACKLIST[gmtk] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130661/" | ||
diff --git a/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb b/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb index 0e296e59f..ac0182977 100644 --- a/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb +++ b/meta-gnome/recipes-extended/gparted/gparted_0.27.0.bb | |||
@@ -36,3 +36,5 @@ FILES_${PN} += " \ | |||
36 | " | 36 | " |
37 | 37 | ||
38 | RDEPENDS_${PN} = "dosfstools mtools e2fsprogs" | 38 | RDEPENDS_${PN} = "dosfstools mtools e2fsprogs" |
39 | |||
40 | PNBLACKLIST[gparted] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131634/" | ||
diff --git a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb index b00a44935..ab0ed4fb5 100644 --- a/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb +++ b/meta-gnome/recipes-gnome/devilspie/devilspie2_0.33.bb | |||
@@ -28,3 +28,5 @@ do_install() { | |||
28 | install -d ${D}/${sysconfdir}/xdg/autostart | 28 | install -d ${D}/${sysconfdir}/xdg/autostart |
29 | install -m 644 ${WORKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart | 29 | install -m 644 ${WORKDIR}/devilspie2.desktop ${D}/${sysconfdir}/xdg/autostart |
30 | } | 30 | } |
31 | |||
32 | PNBLACKLIST[devilspie2] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130666/" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb index 2adb81b59..eeddcb769 100644 --- a/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-backgrounds/gnome-backgrounds_2.32.0.bb | |||
@@ -17,3 +17,5 @@ GNOME_COMPRESS_TYPE="bz2" | |||
17 | 17 | ||
18 | FILES_${PN} += "${datadir}/gnome-background-properties" | 18 | FILES_${PN} += "${datadir}/gnome-background-properties" |
19 | 19 | ||
20 | |||
21 | PNBLACKLIST[gnome-backgrounds] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130647/" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb index 17950fcb0..c94b659a7 100644 --- a/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop_2.32.1.bb | |||
@@ -24,3 +24,5 @@ do_configure_prepend () { | |||
24 | PACKAGES =+ "libgnome-desktop" | 24 | PACKAGES =+ "libgnome-desktop" |
25 | FILES_libgnome-desktop = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop/pnp.ids" | 25 | FILES_libgnome-desktop = "${libdir}/lib*${SOLIBS} ${datadir}/libgnome-desktop/pnp.ids" |
26 | FILES_${PN} += "${datadir}/gnome-about" | 26 | FILES_${PN} += "${datadir}/gnome-about" |
27 | |||
28 | PNBLACKLIST[gnome-desktop] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130595/" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb index a31eb5571..6dc80b54b 100644 --- a/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb +++ b/meta-gnome/recipes-gnome/gnome-mime-data/gnome-mime-data_2.18.0.bb | |||
@@ -17,3 +17,5 @@ GNOME_COMPRESS_TYPE="bz2" | |||
17 | 17 | ||
18 | DEPENDS += "shared-mime-info intltool-native" | 18 | DEPENDS += "shared-mime-info intltool-native" |
19 | RDEPENDS_${PN} = "shared-mime-info" | 19 | RDEPENDS_${PN} = "shared-mime-info" |
20 | |||
21 | PNBLACKLIST[gnome-mime-data] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130589/" | ||
diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb index 7518bbb0a..745ed00c7 100644 --- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb +++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb | |||
@@ -31,3 +31,5 @@ FILES_${PN} += "${datadir}/icons \ | |||
31 | 31 | ||
32 | FILES_${PN}-doc += "${datadir}/omf \ | 32 | FILES_${PN}-doc += "${datadir}/omf \ |
33 | ${datadir}/gnome/help " | 33 | ${datadir}/gnome/help " |
34 | |||
35 | PNBLACKLIST[gnome-system-monitor] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131635/" | ||
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb index 2caa82081..6bb6816cb 100644 --- a/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb +++ b/meta-gnome/recipes-gnome/gnome/libgnomecups_0.2.3.bb | |||
@@ -21,5 +21,3 @@ SRC_URI += "\ | |||
21 | SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" | 21 | SRC_URI[archive.md5sum] = "dc4920c15c9f886f73ea74fbff0ae48b" |
22 | SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" | 22 | SRC_URI[archive.sha256sum] = "e130e80942b386de19a288a4c194ff3dbe9140315b31e982058c8bffbb6a1d29" |
23 | GNOME_COMPRESS_TYPE="bz2" | 23 | GNOME_COMPRESS_TYPE="bz2" |
24 | |||
25 | PNBLACKLIST[libgnomecups] ?= "Depends on broken libgnomeui" | ||
diff --git a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index 90ed5a464..2a0022ba6 100644 --- a/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta-gnome/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | |||
@@ -53,3 +53,5 @@ SRC_URI += "file://glib-2.32.patch \ | |||
53 | file://substitute-tests.patch" | 53 | file://substitute-tests.patch" |
54 | SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f" | 54 | SRC_URI[archive.md5sum] = "5deb287bc6075dc21812130604c7dc4f" |
55 | SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5" | 55 | SRC_URI[archive.sha256sum] = "15b680abca6c773ecb85253521fa100dd3b8549befeecc7595b10209d62d66b5" |
56 | |||
57 | PNBLACKLIST[gtk-engines] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130602/" | ||
diff --git a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb index 06ae4b180..ac7540eaf 100644 --- a/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb +++ b/meta-gnome/recipes-gnome/gtksourceview/gtksourceview2_2.10.5.bb | |||
@@ -29,3 +29,5 @@ do_configure_prepend() { | |||
29 | } | 29 | } |
30 | 30 | ||
31 | FILES_${PN} += " ${datadir}/gtksourceview-2.0" | 31 | FILES_${PN} += " ${datadir}/gtksourceview-2.0" |
32 | |||
33 | PNBLACKLIST[gtksourceview2] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130597/" | ||
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb index e5914e04c..77356272d 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_2.32.0.bb | |||
@@ -16,3 +16,5 @@ do_configure_append() { | |||
16 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 16 | find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
17 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g | 17 | find ${B} -name Makefile | xargs sed -i s:'-I/usr/include':'-I${STAGING_INCDIR}':g |
18 | } | 18 | } |
19 | |||
20 | PNBLACKLIST[libgnomekbd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130608/" | ||
diff --git a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb index a27da5e8d..dc126cd94 100644 --- a/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb +++ b/meta-gnome/recipes-gnome/libidl/libidl-native_0.8.14.bb | |||
@@ -8,3 +8,5 @@ DEPENDS = "bison-native glib-2.0-native" | |||
8 | 8 | ||
9 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" | 9 | SRC_URI[md5sum] = "bb8e10a218fac793a52d404d14adedcb" |
10 | SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" | 10 | SRC_URI[sha256sum] = "c5d24d8c096546353fbc7cedf208392d5a02afe9d56ebcc1cccb258d7c4d2220" |
11 | |||
12 | PNBLACKLIST[libidl-native] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130582/" | ||
diff --git a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb index 82393c350..3b4a0b426 100644 --- a/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb +++ b/meta-gnome/recipes-support/onboard/onboard_1.3.0.bb | |||
@@ -23,3 +23,5 @@ RDEPENDS_${PN} += " \ | |||
23 | python3-pycairo \ | 23 | python3-pycairo \ |
24 | python3-pygobject \ | 24 | python3-pygobject \ |
25 | " | 25 | " |
26 | |||
27 | PNBLACKLIST[onboard] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130637/" | ||
diff --git a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb index 87a3ed0de..28fc1e314 100644 --- a/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb +++ b/meta-gpe/recipes-graphics/libgpewidget/libgpewidget_0.117.bb | |||
@@ -21,3 +21,5 @@ EXTRA_OECONF = "--enable-cairo --disable-gtk-doc" | |||
21 | LDFLAGS += " -L${STAGING_LIBDIR}" | 21 | LDFLAGS += " -L${STAGING_LIBDIR}" |
22 | 22 | ||
23 | PACKAGES =+ "${PN}-bin" | 23 | PACKAGES =+ "${PN}-bin" |
24 | |||
25 | PNBLACKLIST[libgpewidget] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130594/" | ||
diff --git a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb index 06e71cb7b..ebf43bd45 100644 --- a/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb +++ b/meta-initramfs/recipes-devtools/klibc/klibc-utils_2.0.4.bb | |||
@@ -12,3 +12,5 @@ require klibc-utils.inc | |||
12 | require klibc.inc | 12 | require klibc.inc |
13 | 13 | ||
14 | DEPENDS = "klibc" | 14 | DEPENDS = "klibc" |
15 | |||
16 | PNBLACKLIST[klibc-utils] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130679/" | ||
diff --git a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.1.bb b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.1.bb index 8ca1ca727..81fae9778 100644 --- a/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.1.bb +++ b/meta-initramfs/recipes-devtools/mtd/ubi-utils-klibc_1.5.1.bb | |||
@@ -48,3 +48,5 @@ FILES_ubirename-klibc = "${sbindir}/ubirename" | |||
48 | FILES_ubirmvol-klibc = "${sbindir}/ubirmvol" | 48 | FILES_ubirmvol-klibc = "${sbindir}/ubirmvol" |
49 | FILES_ubirsvol-klibc = "${sbindir}/ubirsvol" | 49 | FILES_ubirsvol-klibc = "${sbindir}/ubirsvol" |
50 | FILES_ubiupdatevol-klibc = "${sbindir}/ubiupdatevol" | 50 | FILES_ubiupdatevol-klibc = "${sbindir}/ubiupdatevol" |
51 | |||
52 | PNBLACKLIST[ubi-utils-klibc] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130665/" | ||
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb index c9fec2542..0e9704612 100644 --- a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_2.0.2.bb | |||
@@ -38,3 +38,5 @@ PACKAGES =+ "kexec-klibc kdump-klibc" | |||
38 | 38 | ||
39 | FILES_kexec-klibc = "${sbindir}/kexec" | 39 | FILES_kexec-klibc = "${sbindir}/kexec" |
40 | FILES_kdump-klibc = "${sbindir}/kdump" | 40 | FILES_kdump-klibc = "${sbindir}/kdump" |
41 | |||
42 | PNBLACKLIST[kexec-tools-klibc] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130674/" | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb index 0cc4a3a22..97680bf39 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-igd_0.2.2.bb | |||
@@ -12,3 +12,5 @@ SRC_URI[sha256sum] = "73b6a98a0f13b29b34c3bfc07f99f78b1319211cb95a8585752873af2b | |||
12 | inherit autotools pkgconfig gtk-doc gobject-introspection | 12 | inherit autotools pkgconfig gtk-doc gobject-introspection |
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-python" | 14 | EXTRA_OECONF = "--disable-python" |
15 | |||
16 | PNBLACKLIST[gupnp-igd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130645/" | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.8.10.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.8.10.bb index eda70e82b..d42e3ff9c 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.8.10.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.8.10.bb | |||
@@ -10,3 +10,5 @@ SRC_URI[md5sum] = "ad8423d036e98bc6f877528d6b846f6a" | |||
10 | SRC_URI[sha256sum] = "592c53289ff1cd70e676405c56ca87b28d2da37a385d34a3bb9b944ba9108d17" | 10 | SRC_URI[sha256sum] = "592c53289ff1cd70e676405c56ca87b28d2da37a385d34a3bb9b944ba9108d17" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
13 | |||
14 | PNBLACKLIST[gupnp-tools] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130670/" | ||
diff --git a/meta-multimedia/recipes-dvb/dvb-apps/dvb-apps_1.1.1.bb b/meta-multimedia/recipes-dvb/dvb-apps/dvb-apps_1.1.1.bb index 0b4b72dda..29e739675 100644 --- a/meta-multimedia/recipes-dvb/dvb-apps/dvb-apps_1.1.1.bb +++ b/meta-multimedia/recipes-dvb/dvb-apps/dvb-apps_1.1.1.bb | |||
@@ -132,3 +132,5 @@ RDEPENDS_dvb-scan =+ "libdvbapi libdvbcfg libdvbsec" | |||
132 | RDEPENDS_dvb-apps =+ "libdvbapi libdvbcfg libdvbsec libdvben50221 libucsi" | 132 | RDEPENDS_dvb-apps =+ "libdvbapi libdvbcfg libdvbsec libdvben50221 libucsi" |
133 | RDEPENDS_dvb-femon =+ "libdvbapi" | 133 | RDEPENDS_dvb-femon =+ "libdvbapi" |
134 | RDEPENDS_dvbnet =+ "libdvbapi" | 134 | RDEPENDS_dvbnet =+ "libdvbapi" |
135 | |||
136 | PNBLACKLIST[dvb-apps] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130603/" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb index 512a28f52..fa80ddac7 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb +++ b/meta-multimedia/recipes-multimedia/gstreamer-0.10/gstreamer_0.10.36.bb | |||
@@ -51,3 +51,5 @@ RRECOMMENDS_${PN}_qemux86-64 += "kernel-module-snd-ens1370 kernel-module-snd-raw | |||
51 | FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so" | 51 | FILES_${PN} += " ${libdir}/gstreamer-0.10/*.so" |
52 | FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" | 52 | FILES_${PN}-dev += " ${libdir}/gstreamer-0.10/*.la ${libdir}/gstreamer-0.10/*.a" |
53 | FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/ ${libexecdir}/gstreamer-0.10/.debug/" | 53 | FILES_${PN}-dbg += " ${libdir}/gstreamer-0.10/.debug/ ${libexecdir}/gstreamer-0.10/.debug/" |
54 | |||
55 | PNBLACKLIST[gstreamer] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130583/" | ||
diff --git a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb index 82518d68f..a2b85b88b 100644 --- a/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb +++ b/meta-multimedia/recipes-multimedia/musicpd/mpd_0.19.21.bb | |||
@@ -63,3 +63,5 @@ USERADD_PARAM_${PN} = " \ | |||
63 | --home ${localstatedir}/lib/mpd \ | 63 | --home ${localstatedir}/lib/mpd \ |
64 | --groups audio \ | 64 | --groups audio \ |
65 | --user-group mpd" | 65 | --user-group mpd" |
66 | |||
67 | PNBLACKLIST[mpd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130612/" | ||
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb index dbddd55cb..2aa9a09f7 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb | |||
@@ -34,3 +34,5 @@ do_install() { | |||
34 | } | 34 | } |
35 | 35 | ||
36 | RDEPENDS_${PN} = "udev wireless-regdb" | 36 | RDEPENDS_${PN} = "udev wireless-regdb" |
37 | |||
38 | PNBLACKLIST[crda] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130675/" | ||
diff --git a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb index 0afe10c7c..bb21e0cfe 100644 --- a/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb +++ b/meta-networking/recipes-support/netcat/netcat-openbsd_1.105.bb | |||
@@ -42,3 +42,5 @@ do_install() { | |||
42 | install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} | 42 | install -m 755 ${S}/nc ${D}${bindir}/nc.${BPN} |
43 | } | 43 | } |
44 | ALTERNATIVE_PRIORITY = "60" | 44 | ALTERNATIVE_PRIORITY = "60" |
45 | |||
46 | PNBLACKLIST[netcat-openbsd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130673/" | ||
diff --git a/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb b/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb index 5e7fdfa57..21aad3bd1 100644 --- a/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb +++ b/meta-networking/recipes-support/wireshark/wireshark_2.2.3.bb | |||
@@ -68,3 +68,5 @@ do_install_append () { | |||
68 | } | 68 | } |
69 | 69 | ||
70 | FILES_${PN} += "${datadir}*" | 70 | FILES_${PN} += "${datadir}*" |
71 | |||
72 | PNBLACKLIST[wireshark] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130671/" | ||
diff --git a/meta-oe/recipes-benchmark/pmbw/pmbw_git.bb b/meta-oe/recipes-benchmark/pmbw/pmbw_git.bb index 7a69395f7..9cdaa96de 100644 --- a/meta-oe/recipes-benchmark/pmbw/pmbw_git.bb +++ b/meta-oe/recipes-benchmark/pmbw/pmbw_git.bb | |||
@@ -26,3 +26,5 @@ PACKAGES =+ "${PN}-stats2gnuplot" | |||
26 | FILES_${PN}-stats2gnuplot = "${bindir}/stats2gnuplot" | 26 | FILES_${PN}-stats2gnuplot = "${bindir}/stats2gnuplot" |
27 | 27 | ||
28 | RRECOMMENDS_${PN} = "${PN}-stats2gnuplot" | 28 | RRECOMMENDS_${PN} = "${PN}-stats2gnuplot" |
29 | |||
30 | PNBLACKLIST[pmbw] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130568/" | ||
diff --git a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb index 2de547a70..1d367ada2 100644 --- a/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb +++ b/meta-oe/recipes-connectivity/gnokii/gnokii_0.6.31.bb | |||
@@ -32,3 +32,5 @@ FILES_libgnokii = "${libdir}/libgnokii.so.*" | |||
32 | 32 | ||
33 | SRC_URI[md5sum] = "d9627f4a1152d3ea7806df4532850d5f" | 33 | SRC_URI[md5sum] = "d9627f4a1152d3ea7806df4532850d5f" |
34 | SRC_URI[sha256sum] = "8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501" | 34 | SRC_URI[sha256sum] = "8f5a083b05c1a66a3402ca5cd80084e14c2c0632c991bb53b03c78e9adb02501" |
35 | |||
36 | PNBLACKLIST[gnokii] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130662/" | ||
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb index 02a178863..0f18112f8 100644 --- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb | |||
@@ -16,3 +16,5 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \ | |||
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "2ed809e65c85353d3ab59e372890e549" | 17 | SRC_URI[md5sum] = "2ed809e65c85353d3ab59e372890e549" |
18 | SRC_URI[sha256sum] = "ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b" | 18 | SRC_URI[sha256sum] = "ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b" |
19 | |||
20 | PNBLACKLIST[libmbim] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130590/" | ||
diff --git a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb index 4bf238d28..91b876313 100644 --- a/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb +++ b/meta-oe/recipes-connectivity/mosh/mosh_1.2.4.bb | |||
@@ -45,3 +45,5 @@ RDEPENDS_${PN}-server += "openssh-sshd ${NEEDED_PERL_MODULES}" | |||
45 | #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7' | 45 | #| {standard input}:2103: Error: instruction not supported in Thumb16 mode -- `adcs r7,r7,r7' |
46 | #| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs' | 46 | #| {standard input}:2104: Error: selected processor does not support Thumb mode `it cs' |
47 | ARM_INSTRUCTION_SET = "arm" | 47 | ARM_INSTRUCTION_SET = "arm" |
48 | |||
49 | PNBLACKLIST[mosh] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130653/" | ||
diff --git a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb index 7ae566eeb..e2b28dd9d 100644 --- a/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb +++ b/meta-oe/recipes-connectivity/networkmanager/networkmanager-openvpn_1.2.6.bb | |||
@@ -33,3 +33,5 @@ RDEPENDS_${PN} = " \ | |||
33 | networkmanager \ | 33 | networkmanager \ |
34 | openvpn \ | 34 | openvpn \ |
35 | " | 35 | " |
36 | |||
37 | PNBLACKLIST[networkmanager-openvpn] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130667/" | ||
diff --git a/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb b/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb index c398dc15a..9fb69a1b5 100644 --- a/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb +++ b/meta-oe/recipes-connectivity/telepathy/libtelepathy_0.3.3.bb | |||
@@ -22,3 +22,5 @@ inherit autotools pkgconfig pythonnative | |||
22 | 22 | ||
23 | FILES_${PN} += "${datadir}/telepathy \ | 23 | FILES_${PN} += "${datadir}/telepathy \ |
24 | ${datadir}/dbus-1" | 24 | ${datadir}/dbus-1" |
25 | |||
26 | PNBLACKLIST[libtelepathy] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130609/" | ||
diff --git a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb index 205e1d1a1..da94138d2 100644 --- a/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb +++ b/meta-oe/recipes-core/dbus/dbus-daemon-proxy_git.bb | |||
@@ -20,3 +20,5 @@ do_install() { | |||
20 | install -m 0755 dbus-daemon-proxy ${D}${bindir} | 20 | install -m 0755 dbus-daemon-proxy ${D}${bindir} |
21 | } | 21 | } |
22 | 22 | ||
23 | |||
24 | PNBLACKLIST[dbus-daemon-proxy] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130613/" | ||
diff --git a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb index 9b053fed8..3a62c3d85 100644 --- a/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb +++ b/meta-oe/recipes-core/dbus/libdbus-c++_0.9.0.bb | |||
@@ -27,3 +27,5 @@ PACKAGE_BEFORE_PN = "${PN}-tools" | |||
27 | FILES_${PN}-tools = "${bindir}" | 27 | FILES_${PN}-tools = "${bindir}" |
28 | 28 | ||
29 | BBCLASSEXTEND = "native" | 29 | BBCLASSEXTEND = "native" |
30 | |||
31 | PNBLACKLIST[libdbus-c++] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130644/" | ||
diff --git a/meta-oe/recipes-devtools/php/php_5.6.26.bb b/meta-oe/recipes-devtools/php/php_5.6.26.bb index ddc7ce3c3..c5698f806 100644 --- a/meta-oe/recipes-devtools/php/php_5.6.26.bb +++ b/meta-oe/recipes-devtools/php/php_5.6.26.bb | |||
@@ -7,3 +7,5 @@ SRC_URI += "file://change-AC_TRY_RUN-to-AC_TRY_LINK.patch \ | |||
7 | " | 7 | " |
8 | SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" | 8 | SRC_URI[md5sum] = "cb424b705cfb715fc04f499f8a8cf52e" |
9 | SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236" | 9 | SRC_URI[sha256sum] = "d47aab8083a4284b905777e1b45dd7735adc53be827b29f896684750ac8b6236" |
10 | |||
11 | PNBLACKLIST[php] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131630/" | ||
diff --git a/meta-oe/recipes-devtools/php/php_7.1.0.bb b/meta-oe/recipes-devtools/php/php_7.1.0.bb index 210d91fd7..ee8155c48 100644 --- a/meta-oe/recipes-devtools/php/php_7.1.0.bb +++ b/meta-oe/recipes-devtools/php/php_7.1.0.bb | |||
@@ -12,3 +12,5 @@ PACKAGECONFIG[mysql] = "--with-mysqli=${STAGING_BINDIR_CROSS}/mysql_config \ | |||
12 | ,mysql5" | 12 | ,mysql5" |
13 | 13 | ||
14 | FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default" | 14 | FILES_${PN}-fpm += "${sysconfdir}/php-fpm.d/www.conf.default" |
15 | |||
16 | PNBLACKLIST[php] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130601/" | ||
diff --git a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_0.4.0.bb b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_0.4.0.bb index 82fb73c3f..2b90d1eae 100644 --- a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_0.4.0.bb +++ b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_0.4.0.bb | |||
@@ -2,3 +2,5 @@ require vala-dbus-binding-tool.inc | |||
2 | 2 | ||
3 | SRC_URI[md5sum] = "59eab7abf38f35355d3786803bd2441f" | 3 | SRC_URI[md5sum] = "59eab7abf38f35355d3786803bd2441f" |
4 | SRC_URI[sha256sum] = "1e37ab2e6238eaef9f573560ea7379e6955570f7c9503083e50c4c185c1956df" | 4 | SRC_URI[sha256sum] = "1e37ab2e6238eaef9f573560ea7379e6955570f7c9503083e50c4c185c1956df" |
5 | |||
6 | PNBLACKLIST[vala-dbus-binding-tool] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131628/" | ||
diff --git a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb index 02a869f2a..bcc6c981a 100644 --- a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb +++ b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb | |||
@@ -16,3 +16,5 @@ SRC_URI = "git://github.com/freesmartphone/vala-dbus-binding-tool.git;protocol=h | |||
16 | file://0001-configure.ac-don-t-use-dash-in-m4-macro-names.patch \ | 16 | file://0001-configure.ac-don-t-use-dash-in-m4-macro-names.patch \ |
17 | " | 17 | " |
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | |||
20 | PNBLACKLIST[vala-dbus-binding-tool] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130581/" | ||
diff --git a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb index 34edecfba..b544b92c5 100644 --- a/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb +++ b/meta-oe/recipes-extended/collectd/collectd_5.5.0.bb | |||
@@ -86,3 +86,5 @@ INITSCRIPT_PARAMS = "defaults" | |||
86 | # threshold.so load.so are also provided by gegl | 86 | # threshold.so load.so are also provided by gegl |
87 | # disk.so is also provided by libgphoto2-camlibs | 87 | # disk.so is also provided by libgphoto2-camlibs |
88 | PRIVATE_LIBS = "threshold.so load.so disk.so" | 88 | PRIVATE_LIBS = "threshold.so load.so disk.so" |
89 | |||
90 | PNBLACKLIST[collectd] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130654/" | ||
diff --git a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb index 2e002f3dc..26da75594 100644 --- a/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb +++ b/meta-oe/recipes-extended/libgxim/libgxim_0.5.0.bb | |||
@@ -23,3 +23,5 @@ EXTRA_OECONF = " --disable-static --disable-rebuilds --enable-compile-warnings=m | |||
23 | DEPENDS += "gtk+ glib-2.0 ruby-native intltool-native gnome-common-native" | 23 | DEPENDS += "gtk+ glib-2.0 ruby-native intltool-native gnome-common-native" |
24 | 24 | ||
25 | inherit autotools pkgconfig gettext | 25 | inherit autotools pkgconfig gettext |
26 | |||
27 | PNBLACKLIST[libgxim] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130604/" | ||
diff --git a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb index c693639ec..1478c4876 100644 --- a/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb +++ b/meta-oe/recipes-extended/mml-widget/gtkmathview_0.8.0.bb | |||
@@ -23,3 +23,5 @@ do_configure_append() { | |||
23 | # avoid host polution inf pkg-config files | 23 | # avoid host polution inf pkg-config files |
24 | sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` | 24 | sed -i "s:${STAGING_DIR_HOST}::g" `find -name '*.pc'` |
25 | } | 25 | } |
26 | |||
27 | PNBLACKLIST[gtkmathview] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131636/" | ||
diff --git a/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb b/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb index 2f9a5bdca..8b5394e84 100644 --- a/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb +++ b/meta-oe/recipes-extended/pywbem/pywbem_0.8.0.bb | |||
@@ -34,3 +34,6 @@ do_install_append() { | |||
34 | } | 34 | } |
35 | 35 | ||
36 | BBCLASSEXTEND = "native" | 36 | BBCLASSEXTEND = "native" |
37 | |||
38 | PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130596/" | ||
39 | PNBLACKLIST[pywbem] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130681/" | ||
diff --git a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb b/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb index cd22576d1..86265bb86 100644 --- a/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb +++ b/meta-oe/recipes-gnome/gtkhtml2/gtkhtml2_svn.bb | |||
@@ -37,3 +37,5 @@ S = "${WORKDIR}/trunk" | |||
37 | inherit pkgconfig autotools | 37 | inherit pkgconfig autotools |
38 | 38 | ||
39 | EXTRA_OECONF = " --disable-accessibility" | 39 | EXTRA_OECONF = " --disable-accessibility" |
40 | |||
41 | PNBLACKLIST[gtkhtml2] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130633/" | ||
diff --git a/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb b/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb index b730d5b52..fdb9f8a3e 100644 --- a/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb +++ b/meta-oe/recipes-gnome/libglade/libglade_2.6.4.bb | |||
@@ -33,4 +33,3 @@ PACKAGES += " ${PN}-data" | |||
33 | FILES_${PN} = "${libdir}/lib*.so.*" | 33 | FILES_${PN} = "${libdir}/lib*.so.*" |
34 | FILES_${PN}-data = "${datadir}/xml/libglade/glade-2.0.dtd" | 34 | FILES_${PN}-data = "${datadir}/xml/libglade/glade-2.0.dtd" |
35 | FILES_${PN}-dev += "${bindir}/libglade-convert" | 35 | FILES_${PN}-dev += "${bindir}/libglade-convert" |
36 | |||
diff --git a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb index c14fc9b68..6e786f28c 100644 --- a/meta-oe/recipes-graphics/fbida/fbida_2.10.bb +++ b/meta-oe/recipes-graphics/fbida/fbida_2.10.bb | |||
@@ -64,3 +64,5 @@ do_install() { | |||
64 | } | 64 | } |
65 | 65 | ||
66 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash" | 66 | RDEPENDS_${PN} = "ttf-dejavu-sans-mono bash" |
67 | |||
68 | PNBLACKLIST[fbida] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130677/" | ||
diff --git a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb index 544149d18..7d303123e 100644 --- a/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb +++ b/meta-oe/recipes-graphics/fontforge/fontforge_20150824.bb | |||
@@ -58,3 +58,5 @@ RDEPENDS_${PN}-python = "python" | |||
58 | 58 | ||
59 | # for e.g kde's oxygen-fonts | 59 | # for e.g kde's oxygen-fonts |
60 | BBCLASSEXTEND = "native" | 60 | BBCLASSEXTEND = "native" |
61 | |||
62 | PNBLACKLIST[fontforge] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130639/" | ||
diff --git a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb index 86b4958cf..e96edd23b 100644 --- a/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb +++ b/meta-oe/recipes-graphics/libsexy/libsexy_0.1.11.bb | |||
@@ -4,3 +4,5 @@ PR = "r2" | |||
4 | 4 | ||
5 | SRC_URI[md5sum] = "33c079a253270ec8bfb9508e4bb30754" | 5 | SRC_URI[md5sum] = "33c079a253270ec8bfb9508e4bb30754" |
6 | SRC_URI[sha256sum] = "8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e" | 6 | SRC_URI[sha256sum] = "8c4101a8cda5fccbba85ba1a15f46f2cf75deaa8b3c525ce5b135b9e1a8fe49e" |
7 | |||
8 | PNBLACKLIST[libsexy] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130607/" | ||
diff --git a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb index e5bea97d9..de8038a2d 100644 --- a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb +++ b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb | |||
@@ -43,3 +43,5 @@ PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf" | |||
43 | FILES_${PN}-consolefonts = "${datadir}/consolefonts" | 43 | FILES_${PN}-consolefonts = "${datadir}/consolefonts" |
44 | FILES_${PN}-consoletrans = "${datadir}/consoletrans" | 44 | FILES_${PN}-consoletrans = "${datadir}/consoletrans" |
45 | FILES_${PN}-pcf = "${datadir}/fonts/terminus" | 45 | FILES_${PN}-pcf = "${datadir}/fonts/terminus" |
46 | |||
47 | PNBLACKLIST[terminus-font] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130638/" | ||
diff --git a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb index d060c4747..ea7c75016 100755 --- a/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb +++ b/meta-oe/recipes-graphics/wayland/wayland-fits_git.bb | |||
@@ -31,3 +31,5 @@ do_install_append() { | |||
31 | 31 | ||
32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" | 32 | FILES_${PN} += "${bindir}/wfits ${libdir}/weston/*.so" |
33 | FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/weston/.debug ${prefix}/src" | 33 | FILES_${PN}-dbg += "${bindir}/.debug ${libdir}/weston/.debug ${prefix}/src" |
34 | |||
35 | PNBLACKLIST[wayland-fits] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130632/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb index 3f5511e75..db902d9f0 100644 --- a/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-app/xstdcmap_1.0.3.bb | |||
@@ -13,3 +13,5 @@ BBCLASSEXTEND = "native" | |||
13 | 13 | ||
14 | SRC_URI[md5sum] = "eb5473acaef15a5db9b50df29c6a7f90" | 14 | SRC_URI[md5sum] = "eb5473acaef15a5db9b50df29c6a7f90" |
15 | SRC_URI[sha256sum] = "f648e2b0cf16aa29856de998e2c7204be39dc1f8daeda9464d32288e0b580fc1" | 15 | SRC_URI[sha256sum] = "f648e2b0cf16aa29856de998e2c7204be39dc1f8daeda9464d32288e0b580fc1" |
16 | |||
17 | PNBLACKLIST[xstdcmap] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130660/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb index 74c066f58..97d80c22f 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-glamo_git.bb | |||
@@ -21,3 +21,5 @@ S = "${WORKDIR}/git" | |||
21 | SRCREV = "cb9ed17035a79e49dde26a1e7e2bc5f10fd8144b" | 21 | SRCREV = "cb9ed17035a79e49dde26a1e7e2bc5f10fd8144b" |
22 | 22 | ||
23 | EXTRA_OECONF = " --disable-kms " | 23 | EXTRA_OECONF = " --disable-kms " |
24 | |||
25 | PNBLACKLIST[xf86-video-glamo] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130629/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.12.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.12.bb index 3a7507c23..436c92cc4 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.12.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-video-nouveau_1.0.12.bb | |||
@@ -15,3 +15,5 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux' | |||
15 | SRC_URI[md5sum] = "dc79910c7b9e32321cefc7af250c7765" | 15 | SRC_URI[md5sum] = "dc79910c7b9e32321cefc7af250c7765" |
16 | SRC_URI[sha256sum] = "0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e" | 16 | SRC_URI[sha256sum] = "0ea057ad7fc31caba2d4e46c7e418fe2b3c762b04fb8d382f53383397fd8391e" |
17 | 17 | ||
18 | |||
19 | PNBLACKLIST[xf86-video-nouveau] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130657/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb index 85a44660e..03ee52542 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-100dpi_1.0.3.bb | |||
@@ -16,3 +16,5 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
16 | 16 | ||
17 | SRC_URI[md5sum] = "1347c3031b74c9e91dc4dfa53b12f143" | 17 | SRC_URI[md5sum] = "1347c3031b74c9e91dc4dfa53b12f143" |
18 | SRC_URI[sha256sum] = "b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054" | 18 | SRC_URI[sha256sum] = "b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054" |
19 | |||
20 | PNBLACKLIST[font-adobe-100dpi] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130621/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb index 16e3d2cec..54be2845c 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-adobe-utopia-100dpi_1.0.4.bb | |||
@@ -16,3 +16,5 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
16 | 16 | ||
17 | SRC_URI[md5sum] = "66fb6de561648a6dce2755621d6aea17" | 17 | SRC_URI[md5sum] = "66fb6de561648a6dce2755621d6aea17" |
18 | SRC_URI[sha256sum] = "d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5" | 18 | SRC_URI[sha256sum] = "d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5" |
19 | |||
20 | PNBLACKLIST[font-adobe-utopia-100dpi] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130623/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb index 08ed6b616..d32a47b6e 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-100dpi_1.0.3.bb | |||
@@ -16,3 +16,5 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
16 | 16 | ||
17 | SRC_URI[md5sum] = "9f11ade089d689b9d59e0f47d26f39cd" | 17 | SRC_URI[md5sum] = "9f11ade089d689b9d59e0f47d26f39cd" |
18 | SRC_URI[sha256sum] = "23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481" | 18 | SRC_URI[sha256sum] = "23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481" |
19 | |||
20 | PNBLACKLIST[font-bh-100dpi] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130624/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb index 5ded41aeb..bffeb9546 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-bh-lucidatypewriter-100dpi_1.0.3.bb | |||
@@ -16,3 +16,5 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
16 | 16 | ||
17 | SRC_URI[md5sum] = "c8b73a53dcefe3e8d3907d3500e484a9" | 17 | SRC_URI[md5sum] = "c8b73a53dcefe3e8d3907d3500e484a9" |
18 | SRC_URI[sha256sum] = "62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb" | 18 | SRC_URI[sha256sum] = "62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb" |
19 | |||
20 | PNBLACKLIST[font-bh-lucidatypewriter-100dpi] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130625/" | ||
diff --git a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb index a7c284a2f..342572a21 100644 --- a/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb +++ b/meta-oe/recipes-graphics/xorg-font/font-misc-misc_1.1.2.bb | |||
@@ -15,3 +15,5 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
15 | 15 | ||
16 | SRC_URI[md5sum] = "c88eb44b3b903d79fb44b860a213e623" | 16 | SRC_URI[md5sum] = "c88eb44b3b903d79fb44b860a213e623" |
17 | SRC_URI[sha256sum] = "b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794" | 17 | SRC_URI[sha256sum] = "b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794" |
18 | |||
19 | PNBLACKLIST[font-misc-misc] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130628/" | ||
diff --git a/meta-oe/recipes-kernel/crash/crash_7.1.5.bb b/meta-oe/recipes-kernel/crash/crash_7.1.5.bb index 936438b89..3ea5820be 100644 --- a/meta-oe/recipes-kernel/crash/crash_7.1.5.bb +++ b/meta-oe/recipes-kernel/crash/crash_7.1.5.bb | |||
@@ -111,3 +111,5 @@ RDEPENDS_${PN}_class-cross = "" | |||
111 | # Causes gcc to get stuck and eat all available memory in qemuarm builds | 111 | # Causes gcc to get stuck and eat all available memory in qemuarm builds |
112 | # jenkins 15161 100 12.5 10389596 10321284 ? R 11:40 28:17 /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.2/cc1 -quiet -I . -I . -I ./common -I ./config -I ./../include/opcode -I ./../opcodes/.. -I ./../readline/.. -I ../bfd -I ./../bfd -I ./../include -I ../libdecnumber -I ./../libdecnumber -I ./gnulib/import -I build-gnulib/import -isysroot /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm -MMD eval.d -MF .deps/eval.Tpo -MP -MT eval.o -D LOCALEDIR="/usr/local/share/locale" -D CRASH_MERGE -D HAVE_CONFIG_H -D TUI=1 eval.c -quiet -dumpbase eval.c -march=armv5te -mthumb -mthumb-interwork -mtls-dialect=gnu -auxbase-strip eval.o -g -O2 -Wall -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -feliminate-unused-debug-types -o - | 112 | # jenkins 15161 100 12.5 10389596 10321284 ? R 11:40 28:17 /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/x86_64-linux/usr/libexec/arm-oe-linux-gnueabi/gcc/arm-oe-linux-gnueabi/4.9.2/cc1 -quiet -I . -I . -I ./common -I ./config -I ./../include/opcode -I ./../opcodes/.. -I ./../readline/.. -I ../bfd -I ./../bfd -I ./../include -I ../libdecnumber -I ./../libdecnumber -I ./gnulib/import -I build-gnulib/import -isysroot /home/jenkins/oe/world/shr-core/tmp-glibc/sysroots/qemuarm -MMD eval.d -MF .deps/eval.Tpo -MP -MT eval.o -D LOCALEDIR="/usr/local/share/locale" -D CRASH_MERGE -D HAVE_CONFIG_H -D TUI=1 eval.c -quiet -dumpbase eval.c -march=armv5te -mthumb -mthumb-interwork -mtls-dialect=gnu -auxbase-strip eval.o -g -O2 -Wall -Wpointer-arith -Wformat-nonliteral -Wno-pointer-sign -Wno-unused -Wunused-value -Wunused-function -Wno-switch -Wno-char-subscripts -Wmissing-prototypes -Wdeclaration-after-statement -Wempty-body -feliminate-unused-debug-types -o - |
113 | ARM_INSTRUCTION_SET = "arm" | 113 | ARM_INSTRUCTION_SET = "arm" |
114 | |||
115 | PNBLACKLIST[crash] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130678/" | ||
diff --git a/meta-oe/recipes-multimedia/jack/a2jmidid_8.bb b/meta-oe/recipes-multimedia/jack/a2jmidid_8.bb index d7e93b64a..325140ea3 100644 --- a/meta-oe/recipes-multimedia/jack/a2jmidid_8.bb +++ b/meta-oe/recipes-multimedia/jack/a2jmidid_8.bb | |||
@@ -20,3 +20,5 @@ inherit waf | |||
20 | export LINKFLAGS="${LDFLAGS}" | 20 | export LINKFLAGS="${LDFLAGS}" |
21 | 21 | ||
22 | FILES_${PN} += "${datadir}/dbus-1/services" | 22 | FILES_${PN} += "${datadir}/dbus-1/services" |
23 | |||
24 | PNBLACKLIST[a2jmidid] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130646/" | ||
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb index f1a01b9d5..06623f884 100644 --- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb +++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl-mixer_1.2.12.bb | |||
@@ -38,3 +38,5 @@ do_configure () { | |||
38 | done | 38 | done |
39 | } | 39 | } |
40 | 40 | ||
41 | |||
42 | PNBLACKLIST[libsdl-mixer] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130592/" | ||
diff --git a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb index 2dc48e476..3080d592f 100644 --- a/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb +++ b/meta-oe/recipes-multimedia/libsdl-mixer/libsdl2-mixer_2.0.1.bb | |||
@@ -25,3 +25,5 @@ do_configure_prepend () { | |||
25 | rm -f acinclude/$i | 25 | rm -f acinclude/$i |
26 | done | 26 | done |
27 | } | 27 | } |
28 | |||
29 | PNBLACKLIST[libsdl2-mixer] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130659/" | ||
diff --git a/meta-oe/recipes-multimedia/minidlna/minidlna_1.1.5.bb b/meta-oe/recipes-multimedia/minidlna/minidlna_1.1.5.bb index 7c6db62c1..9892e35a4 100644 --- a/meta-oe/recipes-multimedia/minidlna/minidlna_1.1.5.bb +++ b/meta-oe/recipes-multimedia/minidlna/minidlna_1.1.5.bb | |||
@@ -2,3 +2,5 @@ require ${BPN}.inc | |||
2 | 2 | ||
3 | SRCREV = "v1_1_5" | 3 | SRCREV = "v1_1_5" |
4 | LIC_FILES_CHKSUM = "file://LICENCE.miniupnpd;md5=b0dabf9d8e0f871554e309d62ead8d2b" | 4 | LIC_FILES_CHKSUM = "file://LICENCE.miniupnpd;md5=b0dabf9d8e0f871554e309d62ead8d2b" |
5 | |||
6 | PNBLACKLIST[minidlna] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130630/" | ||
diff --git a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb index 304b654fb..4e4fe6884 100644 --- a/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb +++ b/meta-oe/recipes-sato/claws-mail/sylpheed_2.7.1.bb | |||
@@ -29,3 +29,5 @@ do_configure_prepend() { | |||
29 | 29 | ||
30 | inherit autotools pkgconfig | 30 | inherit autotools pkgconfig |
31 | 31 | ||
32 | |||
33 | PNBLACKLIST[sylpheed] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130651/" | ||
diff --git a/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb b/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb index 8d36a32c7..925a8f720 100644 --- a/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb +++ b/meta-oe/recipes-support/ipmiutil/ipmiutil_2.9.6.bb | |||
@@ -60,3 +60,5 @@ do_install () { | |||
60 | } | 60 | } |
61 | 61 | ||
62 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' | 62 | COMPATIBLE_HOST = '(x86_64|i.86).*-linux' |
63 | |||
64 | PNBLACKLIST[ipmiutil] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130641/" | ||
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb index 0249abe24..091d6efae 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl-ttf_2.0.11.bb | |||
@@ -25,3 +25,5 @@ do_configure_prepend() { | |||
25 | rm -f ${S}/acinclude/$i | 25 | rm -f ${S}/acinclude/$i |
26 | done | 26 | done |
27 | } | 27 | } |
28 | |||
29 | PNBLACKLIST[libsdl-ttf] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130598/" | ||
diff --git a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb index af5a55c17..da74fba61 100644 --- a/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb +++ b/meta-oe/recipes-support/libsdl-ttf/libsdl2-ttf_2.0.14.bb | |||
@@ -25,3 +25,5 @@ do_configure_prepend() { | |||
25 | rm -f ${S}/acinclude/$i | 25 | rm -f ${S}/acinclude/$i |
26 | done | 26 | done |
27 | } | 27 | } |
28 | |||
29 | PNBLACKLIST[libsdl2-ttf] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130656/" | ||
diff --git a/meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb b/meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb index 38bdb6ffa..166f3a43d 100644 --- a/meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb +++ b/meta-oe/recipes-support/lm_sensors/lmsensors_3.4.0.bb | |||
@@ -132,3 +132,5 @@ RDEPENDS_${PN}-pwmconfig = "${PN}-fancontrol" | |||
132 | FILES_${PN}-isatools = "${sbindir}/isa*" | 132 | FILES_${PN}-isatools = "${sbindir}/isa*" |
133 | FILES_${PN}-isatools-dbg = "${sbindir}/.debug/isa*" | 133 | FILES_${PN}-isatools-dbg = "${sbindir}/.debug/isa*" |
134 | FILES_${PN}-isatools-doc = "${mandir}/man8/isa*" | 134 | FILES_${PN}-isatools-doc = "${mandir}/man8/isa*" |
135 | |||
136 | PNBLACKLIST[lmsensors] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131629/" | ||
diff --git a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb index e107c8f73..6706bec59 100644 --- a/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb +++ b/meta-oe/recipes-support/multipath-tools/multipath-tools_git.bb | |||
@@ -59,3 +59,5 @@ FILES_kpartx = "${base_sbindir}/kpartx \ | |||
59 | " | 59 | " |
60 | 60 | ||
61 | RDEPENDS_${PN} += "kpartx" | 61 | RDEPENDS_${PN} += "kpartx" |
62 | |||
63 | PNBLACKLIST[multipath-tools] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130529/" | ||
diff --git a/meta-oe/recipes-support/ode/ode_0.13.bb b/meta-oe/recipes-support/ode/ode_0.13.bb index 2dc82a8e1..5d47a6696 100644 --- a/meta-oe/recipes-support/ode/ode_0.13.bb +++ b/meta-oe/recipes-support/ode/ode_0.13.bb | |||
@@ -26,3 +26,6 @@ PACKAGECONFIG ?= "" | |||
26 | # if it isn't explicitly selected and "$build_os" == "$target_os", then configure will run | 26 | # if it isn't explicitly selected and "$build_os" == "$target_os", then configure will run |
27 | # series of AC_TRY_RUN which won't work for cross-compilation and configure fails | 27 | # series of AC_TRY_RUN which won't work for cross-compilation and configure fails |
28 | PACKAGECONFIG[double-precision] = "--enable-double-precision,--disable-double-precision" | 28 | PACKAGECONFIG[double-precision] = "--enable-double-precision,--disable-double-precision" |
29 | |||
30 | PNBLACKLIST[ode] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130599/" | ||
31 | PNBLACKLIST[ode] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130620/" | ||
diff --git a/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb b/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb index e9971467f..aacb30a9b 100644 --- a/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb +++ b/meta-oe/recipes-support/pidgin/pidgin_2.11.0.bb | |||
@@ -118,3 +118,5 @@ python populate_packages_prepend () { | |||
118 | description='Finch plugin %s', | 118 | description='Finch plugin %s', |
119 | prepend=True, extra_depends='') | 119 | prepend=True, extra_depends='') |
120 | } | 120 | } |
121 | |||
122 | PNBLACKLIST[pidgin] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130634/" | ||
diff --git a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb index 5498350bb..4787e572d 100644 --- a/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb +++ b/meta-oe/recipes-support/postgresql/postgresql_9.4.10.bb | |||
@@ -9,3 +9,5 @@ SRC_URI += "\ | |||
9 | 9 | ||
10 | SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812" | 10 | SRC_URI[md5sum] = "1171df0426fe4da5a29f6cdaf2e8b812" |
11 | SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf" | 11 | SRC_URI[sha256sum] = "7061678bed1981c681ce54c76b98b6ec17743f090a9775104a45e7e1a8826ecf" |
12 | |||
13 | PNBLACKLIST[postgresql] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/131632/" | ||
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb index 73609af10..bee1e19e4 100644 --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.6.4.bb | |||
@@ -13,3 +13,5 @@ SRC_URI += " \ | |||
13 | 13 | ||
14 | SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba" | 14 | SRC_URI[md5sum] = "e9f401615e92e5eb27396c995c1446ba" |
15 | SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8e2049edd633a41b223776a853d9106f4e7" | 15 | SRC_URI[sha256sum] = "7be11df31ac7d716f1f952e22b5ae8e2049edd633a41b223776a853d9106f4e7" |
16 | |||
17 | PNBLACKLIST[syslog-ng] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130631/" | ||
diff --git a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb index 425f66b91..5211d7bb2 100644 --- a/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb +++ b/meta-oe/recipes-support/usb-modeswitch/usb-modeswitch_2.2.0.bb | |||
@@ -17,3 +17,5 @@ RRECOMMENDS_${PN} = "usb-modeswitch-data" | |||
17 | do_install() { | 17 | do_install() { |
18 | oe_runmake DESTDIR=${D} install | 18 | oe_runmake DESTDIR=${D} install |
19 | } | 19 | } |
20 | |||
21 | PNBLACKLIST[usb-modeswitch] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130620/" | ||
diff --git a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb index b94e0ccd6..22b4bb612 100644 --- a/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb +++ b/meta-oe/recipes-support/xdg-user-dirs/xdg-user-dirs_0.15.bb | |||
@@ -20,3 +20,5 @@ CONFFILES_${PN} += " \ | |||
20 | ${sysconfdir}/xdg/user-dirs.conf \ | 20 | ${sysconfdir}/xdg/user-dirs.conf \ |
21 | ${sysconfdir}/xdg/user-dirs.defaults \ | 21 | ${sysconfdir}/xdg/user-dirs.defaults \ |
22 | " | 22 | " |
23 | |||
24 | PNBLACKLIST[xdg-user-dirs] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130635/" | ||
diff --git a/meta-python/recipes-connectivity/gateone/gateone_git.bb b/meta-python/recipes-connectivity/gateone/gateone_git.bb index 8b2a19263..ba9a7990b 100644 --- a/meta-python/recipes-connectivity/gateone/gateone_git.bb +++ b/meta-python/recipes-connectivity/gateone/gateone_git.bb | |||
@@ -86,3 +86,5 @@ RDEPENDS_${PN} = "mime-support \ | |||
86 | 86 | ||
87 | SYSTEMD_SERVICE_${PN} = "gateone.service" | 87 | SYSTEMD_SERVICE_${PN} = "gateone.service" |
88 | INITSCRIPT_NAME = "gateone" | 88 | INITSCRIPT_NAME = "gateone" |
89 | |||
90 | PNBLACKLIST[gateone] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130642/" | ||
diff --git a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb index 4975278a9..92b490733 100644 --- a/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb +++ b/meta-python/recipes-devtools/python/python-cryptography-vectors_1.6.bb | |||
@@ -1,2 +1,4 @@ | |||
1 | inherit pypi setuptools | 1 | inherit pypi setuptools |
2 | require python-cryptography-vectors.inc | 2 | require python-cryptography-vectors.inc |
3 | |||
4 | PNBLACKLIST[python-cryptography-vectors] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130664/" | ||
diff --git a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb index 7fddf7aa4..74d786606 100644 --- a/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb +++ b/meta-python/recipes-devtools/python/python-pbr_1.10.0.bb | |||
@@ -14,3 +14,5 @@ RDEPENDS_${PN}_class-target += " \ | |||
14 | " | 14 | " |
15 | 15 | ||
16 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
17 | |||
18 | PNBLACKLIST[python-pbr] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130650/" | ||
diff --git a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb index 58994ffff..909bbb437 100644 --- a/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb +++ b/meta-python/recipes-devtools/python/python3-cryptography-vectors_1.6.bb | |||
@@ -1,2 +1,4 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-cryptography-vectors.inc | 2 | require python-cryptography-vectors.inc |
3 | |||
4 | PNBLACKLIST[python3-cryptography-vectors] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130626/" | ||
diff --git a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb index 3f07b2ed2..c8fb94e3b 100644 --- a/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-ndg-httpsclient_0.4.2.bb | |||
@@ -1,2 +1,4 @@ | |||
1 | inherit pypi setuptools3 | 1 | inherit pypi setuptools3 |
2 | require python-ndg-httpsclient.inc | 2 | require python-ndg-httpsclient.inc |
3 | |||
4 | PNBLACKLIST[python3-ndg-httpsclient] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130615/" | ||
diff --git a/meta-ruby/recipes-devtools/ruby/bundler_git.bb b/meta-ruby/recipes-devtools/ruby/bundler_git.bb index 31e72e562..f2d8f3ce7 100644 --- a/meta-ruby/recipes-devtools/ruby/bundler_git.bb +++ b/meta-ruby/recipes-devtools/ruby/bundler_git.bb | |||
@@ -29,3 +29,5 @@ inherit ruby | |||
29 | RDEPENDS_${PN} = "git" | 29 | RDEPENDS_${PN} = "git" |
30 | 30 | ||
31 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
32 | |||
33 | PNBLACKLIST[bundler] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130640/" | ||
diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb index 860c98649..2125b2457 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.0.bb | |||
@@ -51,4 +51,3 @@ SYSTEMD_SERVICE_${PN} = "thttpd.service" | |||
51 | 51 | ||
52 | FILES_${PN} += "${SRV_DIR}" | 52 | FILES_${PN} += "${SRV_DIR}" |
53 | FILES_${PN}-dbg += "${SRV_DIR}/cgi-bin/.debug" | 53 | FILES_${PN}-dbg += "${SRV_DIR}/cgi-bin/.debug" |
54 | |||
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb index 40b32ad83..ec743204b 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_git.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_git.bb | |||
@@ -51,3 +51,5 @@ do_install_append() { | |||
51 | 51 | ||
52 | FILES_${PN}-dbg += "${libexecdir}/netdata/plugins.d/.debug" | 52 | FILES_${PN}-dbg += "${libexecdir}/netdata/plugins.d/.debug" |
53 | RDEPENDS_${PN} = "bash zlib" | 53 | RDEPENDS_${PN} = "bash zlib" |
54 | |||
55 | PNBLACKLIST[netdata] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130636/" | ||
diff --git a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb index e945f013a..73af1a82b 100644 --- a/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb +++ b/meta-xfce/recipes-apps/menulibre/menulibre_2.1.3.bb | |||
@@ -34,3 +34,5 @@ RDEPENDS_${PN} += " \ | |||
34 | python3-unixadmin \ | 34 | python3-unixadmin \ |
35 | python3-psutil \ | 35 | python3-psutil \ |
36 | " | 36 | " |
37 | |||
38 | PNBLACKLIST[menulibre] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130617/" | ||
diff --git a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb index 9547736bd..bf4b0d8c6 100644 --- a/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb +++ b/meta-xfce/recipes-art/cursor-themes/openzone_1.2.3.bb | |||
@@ -27,3 +27,5 @@ python populate_packages_prepend () { | |||
27 | 27 | ||
28 | PACKAGES_DYNAMIC += "^openzone-.*" | 28 | PACKAGES_DYNAMIC += "^openzone-.*" |
29 | ALLOW_EMPTY_${PN} = "1" | 29 | ALLOW_EMPTY_${PN} = "1" |
30 | |||
31 | PNBLACKLIST[openzone] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130682/" | ||
diff --git a/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb b/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb index 65503a4b3..e11c43347 100644 --- a/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb +++ b/meta-xfce/recipes-panel-plugins/verve/xfce4-verve-plugin_1.1.0.bb | |||
@@ -7,3 +7,5 @@ inherit xfce-panel-plugin | |||
7 | 7 | ||
8 | SRC_URI[md5sum] = "ddd0190ae56f6117dbcf9ff2bf5a8cbf" | 8 | SRC_URI[md5sum] = "ddd0190ae56f6117dbcf9ff2bf5a8cbf" |
9 | SRC_URI[sha256sum] = "a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84" | 9 | SRC_URI[sha256sum] = "a3196f818c7ad57d19cd6581e168fd2b9f96de070246aea70c35ce2e5f9d9c84" |
10 | |||
11 | PNBLACKLIST[xfce4-verve-plugin] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130622/" | ||