summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorBelal, Awais <Awais_Belal@mentor.com>2014-12-08 15:42:50 +0500
committerArmin Kuster <akuster808@gmail.com>2014-12-26 18:04:53 -0800
commitc9b69b16dbdfc9ddc6253498329b78220c3e1634 (patch)
tree0bc23fab4822959a083b9f47851c784e9a9c51b6 /meta-oe
parent4bf3c443a56749f332913d3435f1850ab8207a8e (diff)
downloadmeta-openembedded-c9b69b16dbdfc9ddc6253498329b78220c3e1634.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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe')
-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 aa6c01168..446562c88 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 \
36 /usr/etc/mplayer/codecs.conf \ 36 /usr/etc/mplayer/codecs.conf \
37" 37"
38 38
39inherit autotools pkgconfig 39inherit autotools-brokensep pkgconfig
40 40
41EXTRA_OECONF = " \ 41EXTRA_OECONF = " \
42 --prefix=/usr \ 42 --prefix=/usr \