You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Anyway, the gst-interpipe recipe fails the same way. The reason is that gst-interpipe has a git submodule reference to the anongit.freedesktop.org that should be changed to gitlab.freedesktop.org as this commit describes.
The text was updated successfully, but these errors were encountered:
Observe that the URLs are different. It would seem as if we need to patch these anongit.freedesktop.org references if we are going to get reliable builds, right?
Observed this error when building on a private cloud instance:
log.do_configure.18768.txt
This issue had a workaround, but when applied, produced this:
log.do_configure.2035.txt
Which this issue had a more complete and modern solution that I implemented in https://github.com/uvdl/yocto-ornl/tree/hotfix/cades-build
During the build, I scanned the
.bb*
files in../sources
for any remaininganongit.freedesktop.org
references as follows:Anyway, the
gst-interpipe
recipe fails the same way. The reason is thatgst-interpipe
has a git submodule reference to theanongit.freedesktop.org
that should be changed togitlab.freedesktop.org
as this commit describes.The text was updated successfully, but these errors were encountered: