mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 06:45:32 +01:00
libtimezonemap: correct package version
correct the package version in configure.ac Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
96ef6227b8
commit
adf3de70b2
|
|
@ -0,0 +1,29 @@
|
|||
From 915bc44d9f243075d084238c72089a346036388c Mon Sep 17 00:00:00 2001
|
||||
From: Changqing Li <changqing.li@windriver.com>
|
||||
Date: Thu, 29 May 2025 10:08:21 +0800
|
||||
Subject: [PATCH] configure.ac: correct the version
|
||||
|
||||
The source is here:
|
||||
https://salsa.debian.org/cinnamon-team/libtimezonemap
|
||||
|
||||
Upstream-Status: Pending [ register account rejected ]
|
||||
|
||||
Signed-off-by: Changqing Li <changqing.li@windriver.com>
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 3f74dae..24eb0e5 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -1,5 +1,5 @@
|
||||
AC_INIT([libtimezonemap],
|
||||
- [0.4.4],
|
||||
+ [0.4.6],
|
||||
[http://bugs.launchpad.net/libtimezonemap],
|
||||
[libtimezonemap],
|
||||
[http://launchpad.net/libtimezonemap])
|
||||
--
|
||||
2.34.1
|
||||
|
||||
|
|
@ -4,7 +4,8 @@ SECTION = "devel/lib"
|
|||
LICENSE = "GPL-3.0-only"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz"
|
||||
SRC_URI = "${DEBIAN_MIRROR}/main/libt/${BPN}/${BPN}_${PV}.orig.tar.gz;downloadfilename=${BP}.tar.gz \
|
||||
file://0001-configure.ac-correct-the-version.patch"
|
||||
SRC_URI[sha256sum] = "0d634cc2476d8f57d1ee1864bd4f442180ae4bf040a9ae4bf73b66bbd85d7195"
|
||||
|
||||
DEPENDS = "gtk+3 gdk-pixbuf libsoup-2.4 json-glib gnome-common-native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user