diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-29 12:19:45 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-05-07 12:27:15 -0400 |
commit | 92b158029ecf53cc0c613aaf0416f626d9d045e1 (patch) | |
tree | ea9fd87613b503d8c95c0fe5d289b535e18d401b | |
parent | bbf09580e1e07551aff82837fdf70dd4736459a3 (diff) | |
download | meta-openembedded-92b158029ecf53cc0c613aaf0416f626d9d045e1.tar.gz |
libtimezonemap: Point to a working SRC_URI
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit a3aea0b955285cd5e2898c6ca3874861667573b8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb index d633b0621d..00d66b418a 100644 --- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb +++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | |||
@@ -4,8 +4,7 @@ SECTION = "devel/lib" | |||
4 | LICENSE = "GPL-3.0-only" | 4 | LICENSE = "GPL-3.0-only" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" |
6 | 6 | ||
7 | SRC_URI = "http://archive.ubuntu.com/ubuntu/pool/main/libt/${BPN}/${BPN}_${PV}.tar.gz" | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz" |
8 | SRC_URI[md5sum] = "f85a21994a397fb1ff2d3ec404bdd592" | ||
9 | SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195" | 8 | SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195" |
10 | 9 | ||
11 | DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native" | 10 | DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native" |