diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-04-29 12:19:45 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-30 23:05:52 -0700 |
| commit | a3aea0b955285cd5e2898c6ca3874861667573b8 (patch) | |
| tree | 3a6abc9976cad1529ebfda302b1654b3ccb80639 | |
| parent | e90757f7a71c04aa3f2cd2ab21084fed440d6820 (diff) | |
| download | meta-openembedded-a3aea0b955285cd5e2898c6ca3874861667573b8.tar.gz | |
libtimezonemap: Point to a working SRC_URI
Signed-off-by: Khem Raj <raj.khem@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" |
