Re: NO INTERNET ENVIRONMENT - USING PREMIRROR fails -> gstreamer1.0_1.12.2.bb:do_unpack failed due to a fetch issue
Martin Jansa
Are you sure this is the whole SRC_URI and that there aren't some other parts added through some .bbappend? Always use "bitbake -e" to see whatever bitbake sees when building the recipe to make sure. "common" is git repository gstreamer components use in 1.12 it is git submodule as you can see: autogen was than checking out this git submodule during do_configure when it wasn't there already, see: Usually it was failing in do_configure when building without access to this git repo, we were adding "common" git repo to SRC_URI explicitly to make sure that the right revision is always there with the gstreamer sources and managed with bitbake fetcher (so that it's used from downloads directory instead of the fetch from internet every single time gst* recipes are rebuilt for whatever reason). In your error log it shows that it was failing already in do_unpack, so I guess your recipe has some modifications to work around this issue as well, but the part you've shown doesn't include it. Regards,
On Thu, Jul 23, 2020 at 2:56 PM <baranarman@...> wrote:
|
|