diff options
| author | Changqing Li <changqing.li@windriver.com> | 2026-03-31 13:55:20 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-03-30 23:16:38 -0700 |
| commit | 63bab85ee274ef9057de9ebbe5ebfd4e25566161 (patch) | |
| tree | 8d6da7e949fa0b23eb63b752115ebe262630ca1f /meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | |
| parent | b732f8bff1e2eb05a8f6dc30c8175f1a7b3d7f46 (diff) | |
| download | meta-openembedded-63bab85ee274ef9057de9ebbe5ebfd4e25566161.tar.gz | |
libtimezonemap: port to libsoup3
Backport patch to make libtimezonemap port to libsoup3
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | 5 |
1 files changed, 3 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 7c8e410b09..cca9e632f8 100644 --- a/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb +++ b/meta-gnome/recipes-gnome/libtimezonemap/libtimezonemap_0.4.6.bb | |||
| @@ -5,13 +5,14 @@ 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 = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz \ | 7 | SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz \ |
| 8 | file://0001-configure.ac-correct-the-version.patch" | 8 | file://0001-configure.ac-correct-the-version.patch \ |
| 9 | file://port-to-libsoup3.patch" | ||
| 9 | SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195" | 10 | SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195" |
| 10 | 11 | ||
| 11 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/libt/libtimezonemap" | 12 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/libt/libtimezonemap" |
| 12 | UPSTREAM_CHECK_REGEX = "libtimezonemap_(?P<pver>\d+(\.\d+)+)" | 13 | UPSTREAM_CHECK_REGEX = "libtimezonemap_(?P<pver>\d+(\.\d+)+)" |
| 13 | 14 | ||
| 14 | DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native" | 15 | DEPENDS = "gtk+3 gdk-pixbuf libsoup json-glib gnome-common-native" |
| 15 | 16 | ||
| 16 | B = "${S}" | 17 | B = "${S}" |
| 17 | 18 | ||
