mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 22:23:14 +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() {
|
do_install() {
|
||||||
${S}/drake install DESTDIR=${D}
|
${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…
x
Reference in New Issue
Block a user