mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
emacs, mplayer2, gnome-mplayer, xbmc, libimobiledevice, ifuse, tk: blacklist recipes failing in world builds
* these are failing for last couple months, blacklist them until someone steps up and starts maintaining them * see http://www.openembedded.org/wiki/Bitbake_World_Status Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
d17503d5c7
commit
2e7f3ce93b
|
|
@ -3,6 +3,7 @@ LICENSE = "LGPLv2.1"
|
|||
LIC_FILES_CHKSUM = "file://COPYING;md5=6ab17b41640564434dda85c06b7124f7"
|
||||
HOMEPAGE ="http://www.libimobiledevice.org/"
|
||||
|
||||
PNBLACKLIST[ifuse] = "depends on blacklisted libimobiledevice"
|
||||
DEPENDS = "fuse libimobiledevice"
|
||||
|
||||
SRC_URI = " \
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@ SECTION = "multimedia"
|
|||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
||||
|
||||
PNBLACKLIST[gnome-mplayer] = "rdepends on blacklisted mplayer"
|
||||
PR = "r2"
|
||||
|
||||
DEPENDS = "gmtk gtk+ alsa-lib libnotify glib-2.0 dbus-glib virtual/libx11 libxscrnsaver"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,9 @@ DEPENDS = "libusb1 libcec libplist expat yajl gperf-native libxmu fribidi mpeg2d
|
|||
|
||||
SRCREV = "82388d55dae79cbb2e486e307e23202e76a43efa"
|
||||
|
||||
# multiple issues
|
||||
PNBLACKLIST[xbmc] = "/usr/include/c++/ctime:70:11: error: '::gmtime' has not been declared"
|
||||
|
||||
PV = "11.0+gitr${SRCPV}"
|
||||
PR = "r14"
|
||||
SRC_URI = "git://github.com/xbmc/xbmc.git;branch=Eden \
|
||||
|
|
|
|||
|
|
@ -5,6 +5,11 @@ LIC_FILES_CHKSUM = "\
|
|||
file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \
|
||||
"
|
||||
|
||||
#| configure:17888: checking for native large file support
|
||||
#| configure:17891: error: in `/home/jenkins/oe/shr-core-branches/shr-core/tmp-eglibc/work/core2-64-oe-linux/libimobiledevice/1.1.4-r0/libimobiledevice-1.1.4':
|
||||
#| configure:17893: error: cannot run test program while cross compiling
|
||||
PNBLACKLIST[libimobiledevice] = "cannot run test program while cross compiling"
|
||||
|
||||
HOMEPAGE ="http://www.libimobiledevice.org/"
|
||||
|
||||
DEPENDS = "libplist usbmuxd libtasn1 gnutls libgcrypt"
|
||||
|
|
|
|||
|
|
@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://../license.terms;md5=c88f99decec11afa967ad33d314f87fe
|
|||
file://../xlib/license.terms;md5=c88f99decec11afa967ad33d314f87fe \
|
||||
"
|
||||
|
||||
PNBLACKLIST[tk] = "tk8.6.0/unix/libtk8.6.so: error: undefined reference to 'FcCharSetHasChar'"
|
||||
|
||||
DEPENDS = "tcl virtual/libx11 libxt"
|
||||
|
||||
SRC_URI = "\
|
||||
|
|
|
|||
|
|
@ -13,6 +13,8 @@ RCONFLICTS_${PN} = "mplayer"
|
|||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
PNBLACKLIST[mplayer2] = "Requires newer libav which has negative D_P"
|
||||
|
||||
SRC_URI = "git://repo.or.cz/mplayer.git \
|
||||
file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@ require emacs.inc
|
|||
|
||||
PR = "r4"
|
||||
|
||||
PNBLACKLIST[emacs] = "qemu: uncaught target signal 11 (Segmentation fault) - core dumped"
|
||||
|
||||
SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \
|
||||
file://use-qemu.patch \
|
||||
file://nostdlib-unwind.patch \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user