[OE-core] [PATCH] gstreamer1.0-omx: use mulitple SCMs to fetch submodules

Nicolas Dechesne nicolas.dechesne at linaro.org
Mon Dec 29 12:41:08 UTC 2014


On Mon, Dec 29, 2014 at 10:46 AM, Awais Belal <awais_belal at mentor.com> wrote:
> The gstreamer omx package uses a submodule 'common' which
> is fetched by the configure script. This approach fails
> on non-network builds as the fetcher tries to look upstream
> for the submodule.
> We now use multiple SCMs, one for the main omx package and
> the other for the 'common' submodule so it is available in
> the downloads_dir for later use.
>

we have the same issues with all the others gstreamer1.0-*_git.bb
recipes, don't we? maybe we should fix them all. i am not sure if
there is a nice way to do it for all recipes, like with a .inc file,
to avoid duplication..

also, the autogen.sh script will still run git submodule update, even
if the 'common' folder already exist, so we will need to be extra
careful when upgrading the _git.bb recipes to update both
SRCREV_gst-omx and SRCREV_common or we will have the same issue
again..



More information about the Openembedded-core mailing list