All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 1/2] mplayer2: use B = "${S}"
@ 2014-12-05 11:40 Awais Belal
  2014-12-05 11:41 ` [meta-oe][PATCH 2/2] mplayer2: cleanup empty directories Awais Belal
  2014-12-05 11:44 ` [meta-oe][PATCH 1/2] mplayer2: use B = "${S}" Gary Thomas
  0 siblings, 2 replies; 5+ messages in thread
From: Awais Belal @ 2014-12-05 11:40 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb |    1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
index 65fab1f..4656057 100644
--- a/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
+++ b/meta-oe/recipes-multimedia/mplayer/mplayer2_git.bb
@@ -29,6 +29,7 @@ PR = "r13"
 PARALLEL_MAKE = ""
 
 S = "${WORKDIR}/git"
+B = "${S}"
 
 FILES_${PN} = "${bindir}/mplayer ${libdir} /usr/etc/mplayer/"
 CONFFILES_${PN} += "/usr/etc/mplayer/input.conf \
-- 
1.7.9.5



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-12-05 21:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-05 11:40 [meta-oe][PATCH 1/2] mplayer2: use B = "${S}" Awais Belal
2014-12-05 11:41 ` [meta-oe][PATCH 2/2] mplayer2: cleanup empty directories Awais Belal
2014-12-05 12:48   ` Martin Jansa
2014-12-05 21:45     ` Belal, Awais
2014-12-05 11:44 ` [meta-oe][PATCH 1/2] mplayer2: use B = "${S}" Gary Thomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.