summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-04-01 22:50:40 +0800
committerKhem Raj <raj.khem@gmail.com>2024-04-02 11:28:50 -0700
commit3d8dec72de6fd938c70a29e06010407920abee3b (patch)
tree4f4f7671f4b9f81ffe96f8325a29aeb7a2b7be08 /meta-oe/recipes-support
parent3d3eea39abe7ddd6caeb1ad1fee10ddcb593dd7b (diff)
downloadmeta-openembedded-3d8dec72de6fd938c70a29e06010407920abee3b.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/libtommath/libtommath_1.3.0.bb (renamed from meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libtommath/libtommath_1.2.1.bb b/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"
8 8
9SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master" 9SRC_URI = "git://github.com/libtom/libtommath.git;protocol=https;branch=master"
10 10
11SRCREV = "97e500351e653472b2ea00b37137ad0414165efe" 11SRCREV = "95d80fd8229d05dd6cb4ec88bc8d4f5377ff00ef"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14