[oe-commits] Gary Thomas : mplayer2: Needs python3 to compile

git at git.openembedded.org git at git.openembedded.org
Tue Apr 7 11:11:17 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 59e40df5aa08f8f7a96c2559f61c9e932d3817e1
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=59e40df5aa08f8f7a96c2559f61c9e932d3817e1

Author: Gary Thomas <gary at mlbassoc.com>
Date:   Fri Mar 27 16:29:58 2015 -0600

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 at mlbassoc.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 8c5f4eb..5b0e1de 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 \



More information about the Openembedded-commits mailing list