1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +00:00

meta-ti-extras: recipes-multimedia: libdce: Fix libdce SRC_URI

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>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Nishanth Menon
2024-07-25 06:37:03 -05:00
committed by Ryan Eatmon
parent 3fe9aec87b
commit de34ec2253

View File

@@ -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"