From da56327e22b6e362b71f06207e6afba4e95b63a0 Mon Sep 17 00:00:00 2001 From: Gary Thomas Date: Fri, 27 Mar 2015 16:29:58 -0600 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe') diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb index 8c5f4eb1d..5b0e1de66 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 \ -- cgit v1.2.3-54-g00ecf