aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBelal, Awais <Awais_Belal@mentor.com>2014-12-08 15:42:50 +0500
committerMartin Jansa <Martin.Jansa@gmail.com>2014-12-17 12:55:40 +0100
commitf2ca84c367de9f99e12d356cde0ae319539442e6 (patch)
tree0cfec195dcc85e851855e0fef0a72d2aff740dc2
parent96a92761c0a1bb2317fa4ea422c32e4473405103 (diff)
downloadmeta-openembedded-contrib-f2ca84c367de9f99e12d356cde0ae319539442e6.tar.gz
mplayer2: use autotools-brokensep (B = S)
The mplayer2 package does not support out of tree builds and the do_configure step also tries to find the configure script in the same build directory while the script lies in the src directory. This patch updates the builddir to point to the srcdir in order to cope with the above issues. Signed-off-by: Drew Moseley <drew_moseley@mentor.com> Signed-off-by: Awais Belal <awais_belal@mentor.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 aa6c011680..446562c881 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -36,7 +36,7 @@ CONFFILES_${PN} += "/usr/etc/mplayer/input.conf \
/usr/etc/mplayer/codecs.conf \
"
-inherit autotools pkgconfig
+inherit autotools-brokensep pkgconfig
EXTRA_OECONF = " \
--prefix=/usr \