mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
mkvtoolnix: Blacklist, fails to build with gcc-5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
90c2be6ea1
commit
ec85b9b73a
|
|
@ -39,3 +39,9 @@ do_compile() {
|
|||
do_install() {
|
||||
${S}/drake install DESTDIR=${D}
|
||||
}
|
||||
|
||||
# | In file included from src/common/utf8_codecvt_facet.cpp:22:0:
|
||||
# | src/common/../../lib/boost/utf8_codecvt_facet/utf8_codecvt_facet.cpp:174:5: error: 'int mtx::utf8_codecvt_facet::do_length' is not a static data member of 'struct mtx::utf8_codecvt_facet'
|
||||
# | BOOST_CODECVT_DO_LENGTH_CONST std::mbstate_t &,
|
||||
# | ^
|
||||
PNBLACKLIST[mkvtoolnix] ?= "BROKEN: Failx to build with gcc-5"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user