On Wed, Mar 02, 2016 at 05:21:09PM +0100, Martin Jansa wrote: > Signed-off-by: Martin Jansa <[email protected]> > --- > meta-multimedia/recipes-multimedia/vlc/vlc.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc > b/meta-multimedia/recipes-multimedia/vlc/vlc.inc > index 3267dad..32f3ad0 100644 > --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc > +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc > @@ -104,3 +104,6 @@ FILES_${PN}-dbg += "\ > FILES_${PN}-staticdev += "\ > ${libdir}/vlc/plugins/*/*.a \ > " > + > +# http://errors.yoctoproject.org/Errors/Details/40690/ > +PNBLACKLIST[vlc] ?= "Not compatible with currently used ffmpeg 3"
If anyone is going to work on unblacklisting this then please fix
missing $ in PACKAGECONFIG (if I don't forget I'll include this fix in
the same commit as PNBLACKLISt)
Missing $ before {@ causes few QA errors:
vlc-2.2.1: vlc: invalid PACKAGECONFIG:
{@bb.utils.contains('DISTRO_FEATURES', [invalid-packageconfig]
vlc-2.2.1: vlc: invalid PACKAGECONFIG: 'x11', [invalid-packageconfig]
vlc-2.2.1: vlc: invalid PACKAGECONFIG: 'x11 [invalid-packageconfig]
vlc-2.2.1: vlc: invalid PACKAGECONFIG: sdl', [invalid-packageconfig]
vlc-2.2.1: vlc: invalid PACKAGECONFIG: '', [invalid-packageconfig]
vlc-2.2.1: vlc: invalid PACKAGECONFIG: d)} [invalid-packageconfig]
Interesting that nobody noticed.
--
Martin 'JaMa' Jansa jabber: [email protected]
signature.asc
Description: Digital signature
-- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
