diff options
author | Nishanth Menon <nm@ti.com> | 2024-07-25 06:37:03 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2025-03-03 10:20:08 -0600 |
commit | 98c5c3d732334a26d57cb3534230e858d96db0c6 (patch) | |
tree | 3601c03f367424a041c32e62da985c14bad3a4a0 | |
parent | 417233481d8daa46633045fac358260d07cf1670 (diff) | |
download | meta-ti-98c5c3d732334a26d57cb3534230e858d96db0c6.tar.gz |
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>
-rw-r--r-- | meta-ti-extras/recipes-multimedia/libdce/libdce_3.00.15.00.bb | 3 |
1 files changed, 2 insertions, 1 deletions
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 54f6ff8a..f46d9c77 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 | |||
6 | 6 | ||
7 | DEPENDS = "libdrm ti-ipc" | 7 | DEPENDS = "libdrm ti-ipc" |
8 | 8 | ||
9 | SRC_URI = "git://git.omapzoom.org/repo/libdce.git;protocol=git;branch=master" | 9 | SRC_URI = "git://git.ti.com/git/omapzoom/libdce.git;protocol=https;branch=master" |
10 | |||
10 | SRCREV = "ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3" | 11 | SRCREV = "ec14e1d5cea1ed3c3ea0e2b9cf1fd581acff93e3" |
11 | 12 | ||
12 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |