mplayer2: Needs python3 to compile

Inherit python3native as the compile step requires it:
  | ./TOOLS/file2string.py etc/input.conf >input/input.conf.h
  | /usr/bin/env: python3: No such file or directory

Signed-off-by: Gary Thomas <gary@mlbassoc.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Gary Thomas 2015-03-27 16:29:58 -06:00 committed by Martin Jansa
parent 6a0641398d
commit da56327e22

View File

@ -40,7 +40,7 @@ CONFFILES_${PN} += "/usr/etc/mplayer/input.conf \
/usr/etc/mplayer/codecs.conf \
"
inherit autotools-brokensep pkgconfig
inherit autotools-brokensep pkgconfig python3native
EXTRA_OECONF = " \
--prefix=/usr \