Message ID | 20240725113703.877552-1-nm@ti.com |
---|---|
State | Accepted |
Delegated to: | Ryan Eatmon |
Headers | show |
Series | [meta-ti,master/scarthgap/kirkstone] meta-ti-extras: recipes-multimedia: libdce: Fix libdce SRC_URI | expand |
Thanks for fixing this recipe! On 25.07.24 13:37, Nishanth Menon wrote: > omapzoom has been down since a long time. Point the repository to the > mirror in git.ti.com > > Reported-by: Daniel Schultz <d.schultz@phytec.de> > Signed-off-by: Nishanth Menon <nm@ti.com> Tested-by: Daniel Schultz <d.schultz@phytec.de> > --- > > Daniel: please test and report if this resolves the downstream distro > build errors seen. > > meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb > index 54f6ff8a6630..f46d9c77fc6a 100644 > --- a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb > +++ b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb > @@ -6,7 +6,8 @@ inherit autotools pkgconfig > > DEPENDS = "libdrm ti-ipc" > > -SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git;branch=master" > +SRC_URI = "git://git.ti.com/git/omapzoom/libdce.git;protocol=https;branch=master" > + > SRCREV = "ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3" > > S = "${WORKDIR}/git" > > base-commit: c57b63147d2ac0dde16e43f7407d0ff50e62efdb
diff --git a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb index 54f6ff8a6630..f46d9c77fc6a 100644 --- a/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb +++ b/meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb @@ -6,7 +6,8 @@ inherit autotools pkgconfig DEPENDS = "libdrm ti-ipc" -SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git;branch=master" +SRC_URI = "git://git.ti.com/git/omapzoom/libdce.git;protocol=https;branch=master" + SRCREV = "ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3" S = "${WORKDIR}/git"
omapzoom has been down since a long time. Point the repository to the mirror in git.ti.com Reported-by: Daniel Schultz <d.schultz@phytec.de> Signed-off-by: Nishanth Menon <nm@ti.com> --- Daniel: please test and report if this resolves the downstream distro build errors seen. meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) base-commit: c57b63147d2ac0dde16e43f7407d0ff50e62efdb