[oe-commits] Sipke Vriend : mplayer2: Inherit python3native

git at git.openembedded.org git at git.openembedded.org
Thu Jul 24 13:36:19 UTC 2014


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

Author: Sipke Vriend <sipke.vriend at xilinx.com>
Date:   Fri May 30 08:31:21 2014 +1000

mplayer2: Inherit python3native

A host machine without python3 on the PATH fails to build
mplayer.

Inherit python3native to avoid host dependency on python3.

Signed-off-by: Sipke Vriend <sipke.vriend at xilinx.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

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

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 65fab1f..d5e8028 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -5,6 +5,8 @@ DEPENDS = "libvpx libdvdread libtheora virtual/libsdl ffmpeg xsp zlib \
            libpng jpeg liba52 freetype fontconfig alsa-lib lzo ncurses \
            libxv virtual/libx11 libass speex faad2"
 
+inherit python3native
+
 RDEPENDS_${PN} = "mplayer-common"
 PROVIDES = "mplayer"
 RPROVIDES_${PN} = "mplayer"



More information about the Openembedded-commits mailing list