Message ID | 1744103876-30713-1-git-send-email-wangmy@fujitsu.com |
---|---|
State | New |
Headers | show |
Series | [v2] libsolv: upgrade 0.7.31 -> 0.7.32 | expand |
On Tue, 8 Apr 2025 at 11:18, wangmy via lists.openembedded.org <wangmy=fujitsu.com@lists.openembedded.org> wrote: > -SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ > +SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https;tag=${PV} \ > file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ > " The request was to update all the recipes in the set that fetch from git://. There's at least hwdata, systemd, and possibly others. Alex
diff --git a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb similarity index 93% rename from meta/recipes-extended/libsolv/libsolv_0.7.31.bb rename to meta/recipes-extended/libsolv/libsolv_0.7.32.bb index b395ff972d..c74836419c 100644 --- a/meta/recipes-extended/libsolv/libsolv_0.7.31.bb +++ b/meta/recipes-extended/libsolv/libsolv_0.7.32.bb @@ -8,11 +8,11 @@ LIC_FILES_CHKSUM = "file://LICENSE.BSD;md5=62272bd11c97396d4aaf1c41bc11f7d8" DEPENDS = "expat zlib zstd" -SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https \ +SRC_URI = "git://github.com/openSUSE/libsolv.git;branch=master;protocol=https;tag=${PV} \ file://0001-utils-Conside-musl-when-wrapping-qsort_r.patch \ " -SRCREV = "95aef5cc57d0f51782e55b6903b30ec93afbfa15" +SRCREV = "95f64952e3270deb6be30ae4b786cae5c114c807" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"