aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGary Thomas <gary@mlbassoc.com>2015-03-27 16:29:58 -0600
committerMartin Jansa <Martin.Jansa@gmail.com>2015-04-13 12:55:49 +0200
commitda56327e22b6e362b71f06207e6afba4e95b63a0 (patch)
tree9df53802e55b9ba66e8ec62d9bc69cefa24f2470
parent6a0641398d4b161253afe9bfd744ce0fd5950bc6 (diff)
downloadmeta-openembedded-contrib-da56327e22b6e362b71f06207e6afba4e95b63a0.tar.gz
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>
-rw-r--r--meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 8c5f4eb1d7..5b0e1de66e 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -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 \