diff options
author | Nishanth Menon <nm@ti.com> | 2024-07-25 06:37:03 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2024-08-04 17:15:33 -0500 |
commit | de34ec2253d754f8c70478cf23e7fde4ca232bbf (patch) | |
tree | fe63dc04f32e5f1db567bc6843265280d41f6615 /meta-ti-extras | |
parent | 3fe9aec87b021ea676ec51ebb65f010f0eb19c23 (diff) | |
download | meta-ti-de34ec2253d754f8c70478cf23e7fde4ca232bbf.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>
Diffstat (limited to 'meta-ti-extras')
-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" |