diff options
Diffstat (limited to 'meta-oe')
4 files changed, 11 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb index 555cce11a..9f2cc4970 100644 --- a/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb +++ b/meta-oe/recipes-connectivity/libimobiledevice/libimobiledevice_1.1.4.bb | |||
@@ -5,6 +5,11 @@ LIC_FILES_CHKSUM = "\ | |||
5 | file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \ | 5 | file://COPYING.LESSER;md5=6ab17b41640564434dda85c06b7124f7 \ |
6 | " | 6 | " |
7 | 7 | ||
8 | #| configure:17888: checking for native large file support | ||
9 | #| 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': | ||
10 | #| configure:17893: error: cannot run test program while cross compiling | ||
11 | PNBLACKLIST[libimobiledevice] = "cannot run test program while cross compiling" | ||
12 | |||
8 | HOMEPAGE ="http://www.libimobiledevice.org/" | 13 | HOMEPAGE ="http://www.libimobiledevice.org/" |
9 | 14 | ||
10 | DEPENDS = "libplist usbmuxd libtasn1 gnutls libgcrypt" | 15 | DEPENDS = "libplist usbmuxd libtasn1 gnutls libgcrypt" |
diff --git a/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb b/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb index 36a1729f0..a5e76e996 100644 --- a/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb +++ b/meta-oe/recipes-devtools/tcltk/tk_8.6.0.bb | |||
@@ -15,6 +15,8 @@ LIC_FILES_CHKSUM = "file://../license.terms;md5=c88f99decec11afa967ad33d314f87fe | |||
15 | file://../xlib/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ | 15 | file://../xlib/license.terms;md5=c88f99decec11afa967ad33d314f87fe \ |
16 | " | 16 | " |
17 | 17 | ||
18 | PNBLACKLIST[tk] = "tk8.6.0/unix/libtk8.6.so: error: undefined reference to 'FcCharSetHasChar'" | ||
19 | |||
18 | DEPENDS = "tcl virtual/libx11 libxt" | 20 | DEPENDS = "tcl virtual/libx11 libxt" |
19 | 21 | ||
20 | SRC_URI = "\ | 22 | SRC_URI = "\ |
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 24378849a..65fab1fda 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | |||
@@ -13,6 +13,8 @@ RCONFLICTS_${PN} = "mplayer" | |||
13 | LICENSE = "GPLv3" | 13 | LICENSE = "GPLv3" |
14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" | 14 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d32239bcb673463ab874e80d47fae504" |
15 | 15 | ||
16 | PNBLACKLIST[mplayer2] = "Requires newer libav which has negative D_P" | ||
17 | |||
16 | SRC_URI = "git://repo.or.cz/mplayer.git \ | 18 | SRC_URI = "git://repo.or.cz/mplayer.git \ |
17 | file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ | 19 | file://0001-configure-don-t-disable-ASS-support-when-explicitly-.patch \ |
18 | " | 20 | " |
diff --git a/meta-oe/recipes-support/emacs/emacs_23.4.bb b/meta-oe/recipes-support/emacs/emacs_23.4.bb index 36e8f0cdc..3db5da68d 100644 --- a/meta-oe/recipes-support/emacs/emacs_23.4.bb +++ b/meta-oe/recipes-support/emacs/emacs_23.4.bb | |||
@@ -2,6 +2,8 @@ require emacs.inc | |||
2 | 2 | ||
3 | PR = "r4" | 3 | PR = "r4" |
4 | 4 | ||
5 | PNBLACKLIST[emacs] = "qemu: uncaught target signal 11 (Segmentation fault) - core dumped" | ||
6 | |||
5 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ | 7 | SRC_URI = "${GNU_MIRROR}/emacs/emacs-${PV}.tar.gz;name=tarball \ |
6 | file://use-qemu.patch \ | 8 | file://use-qemu.patch \ |
7 | file://nostdlib-unwind.patch \ | 9 | file://nostdlib-unwind.patch \ |