mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
mkvtoolnix: Blacklist, fails to build with gcc-5
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user