]> code.ossystems Code Review - openembedded-core.git/commit
gstreamer1.0-* fix configure for out of tree build on git recipes
authorAwais Belal <awais_belal@mentor.com>
Tue, 16 Dec 2014 15:46:40 +0000 (15:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 31 Dec 2014 10:17:46 +0000 (10:17 +0000)
commitdbb6cb42a9113038e437cf417f0b9cb25a285e9f
treea908af9d67197a7eee2cd64f7a2189d677897db0
parent00b62db6a53c1d47acbcae02ad1fe33aec5839e4
gstreamer1.0-* fix configure for out of tree build on git recipes

The autogen.sh script lies in the srcdir ($S) and is required to be run on git
based checkouts of gstreamer packages in order to generate initial
makefiles. So, we fix this by cd'ing to the specific dir, run the required
script and then come back to our initial dir which is builddir ($B).
Additionally rather than overriding the whole do_configure step we only _prepend
to make it clear what we are doing here.

(From OE-Core rev: f4a26b72377380e60d1e7058ba40aaf49b6316e5)

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-multimedia/gstreamer/gstreamer1.0-libav_git.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-omx_git.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_git.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_git.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_git.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_git.bb
meta/recipes-multimedia/gstreamer/gstreamer1.0_git.bb