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>
This commit is contained in:
Belal, Awais
2014-12-08 15:42:50 +05:00
committed by Armin Kuster
parent 4bf3c443a5
commit c9b69b16db
@@ -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 \