From 3d8dec72de6fd938c70a29e06010407920abee3b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 1 Apr 2024 22:50:40 +0800 Subject: [PATCH] libtommath: upgrade 1.2.1 -> 1.3.0 Changelog: =========== - Deprecate more APIs which are replaced in develop - Add support for CMake - Add support for GitHub Actions Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../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 --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 32ec290c16..4d6c06240d 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"