mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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 <Martin.Jansa@gmail.com>
This commit is contained in:
parent
7f3176f628
commit
044e518954
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -11,3 +11,4 @@ python () {
|
|||
raise bb.parse.SkipPackage("'nios2' not supported arch")
|
||||
}
|
||||
|
||||
PNBLACKLIST[initramfs-kexecboot-klibc-image] ?= "Runtime depends on blacklisted kexecboot-klibc"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -261,3 +261,5 @@ RDEPENDS_${PN}-xmlsnippets = "${PN}"
|
|||
PACKAGES =+ "${PLUGINS}"
|
||||
RDEPENDS_${PN} = "${PLUGINS}"
|
||||
ALLOW_EMPTY_${PN} = "1"
|
||||
|
||||
PNBLACKLIST[geany-plugins] ?= "Depends on blacklisted geany"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -27,3 +27,5 @@ do_install () {
|
|||
}
|
||||
|
||||
|
||||
|
||||
PNBLACKLIST[efibootmgr] ?= "Depends on blacklisted efivar"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
|
|
@ -29,3 +29,5 @@ do_install() {
|
|||
}
|
||||
|
||||
FILES_${PN} += "${systemd_unitdir}/system/${BPN}.service"
|
||||
|
||||
PNBLACKLIST[system-setup-keyboard] ?= "Depends on blacklisted system-config-keyboard-native"
|
||||
|
|
|
|||
|
|
@ -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/"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user