]> 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>
Fri, 19 Dec 2014 17:54:12 +0000 (17:54 +0000)
commitf4a26b72377380e60d1e7058ba40aaf49b6316e5
tree453fa9b5f25a88ea9764a3f00bcb994728b219ca
parentfed354d79da865ee1017aa932449f329e4b11dd1
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.

Signed-off-by: Awais Belal <awais_belal@mentor.com>
Signed-off-by: Ross Burton <ross.burton@intel.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