diff mbox series

[meta-oe,08/47,v2] libtommath: upgrade 1.2.1 -> 1.3.0

Message ID 1711983079-16849-8-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-gnome,01/47,v2] gjs: upgrade 1.80.0 -> 1.80.2 | expand

Commit Message

Mingyu Wang (Fujitsu) April 1, 2024, 2:50 p.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Deprecate more APIs which are replaced in develop
- Add support for CMake
- Add support for GitHub Actions

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libtommath/{libtommath_1.2.1.bb => libtommath_1.3.0.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libtommath/{libtommath_1.2.1.bb => libtommath_1.3.0.bb} (91%)
diff mbox series

Patch

diff --git a/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
similarity index 91%
rename from meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
rename to meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
index 32ec290c1..4d6c06240 100644
--- a/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb
+++ b/meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb
@@ -8,7 +8,7 @@  DEPENDS = "libtool-cross"
 
 SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master"
 
-SRCREV = "97e500351e653472b2ea00b37137ad0414165efe"
+SRCREV = "95d80fd8229d05dd6cb4ec88bc8d4f5377ff00ef"
 
 S = "${WORKDIR}/git"