diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-01 17:18:19 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-10-13 12:27:50 +0200 |
| commit | e0949c4b210dcacb4f189650fed23fc563f74ae4 (patch) | |
| tree | 1695fe64cfe44269acd55793344909d30d2118b1 /meta-oe | |
| parent | ec85b9b73a68b8d6e46db5423b4c9d150a6dc468 (diff) | |
| download | meta-openembedded-e0949c4b210dcacb4f189650fed23fc563f74ae4.tar.gz | |
mplayer2: Blacklist, fails to build with gcc-5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index b208144a9a..2f0369a192 100644 --- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb +++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | |||
| @@ -153,3 +153,6 @@ do_install() { | |||
| 153 | install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/ | 153 | install ${S}/etc/codecs.conf ${D}/usr/etc/mplayer/ |
| 154 | [ -e ${D}/usr/lib ] && rmdir ${D}/usr/lib | 154 | [ -e ${D}/usr/lib ] && rmdir ${D}/usr/lib |
| 155 | } | 155 | } |
| 156 | |||
| 157 | # | libmpdemux/demux_ogg.o:demux_ogg.c:function demux_ogg_read_packet: error: undefined reference to '_ilog' | ||
| 158 | PNBLACKLIST[mplayer2] ?= "BROKEN, fails to build with gcc-5" | ||
