diff options
author | Gary Thomas <gary@mlbassoc.com> | 2015-03-27 16:29:58 -0600 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:55:49 +0200 |
commit | da56327e22b6e362b71f06207e6afba4e95b63a0 (patch) | |
tree | 9df53802e55b9ba66e8ec62d9bc69cefa24f2470 /meta-oe | |
parent | 6a0641398d4b161253afe9bfd744ce0fd5950bc6 (diff) | |
download | meta-openembedded-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>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb | 2 |
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 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 \ | |||
40 | /usr/etc/mplayer/codecs.conf \ | 40 | /usr/etc/mplayer/codecs.conf \ |
41 | " | 41 | " |
42 | 42 | ||
43 | inherit autotools-brokensep pkgconfig | 43 | inherit autotools-brokensep pkgconfig python3native |
44 | 44 | ||
45 | EXTRA_OECONF = " \ | 45 | EXTRA_OECONF = " \ |
46 | --prefix=/usr \ | 46 | --prefix=/usr \ |