mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 15:25:53 +01:00
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:
parent
6a0641398d
commit
da56327e22
|
|
@ -40,7 +40,7 @@ CONFFILES_${PN} += "/usr/etc/mplayer/input.conf \
|
||||||
/usr/etc/mplayer/codecs.conf \
|
/usr/etc/mplayer/codecs.conf \
|
||||||
"
|
"
|
||||||
|
|
||||||
inherit autotools-brokensep pkgconfig
|
inherit autotools-brokensep pkgconfig python3native
|
||||||
|
|
||||||
EXTRA_OECONF = " \
|
EXTRA_OECONF = " \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user