]> code.ossystems Code Review - openembedded-core.git/commitdiff
libmpc: upgrade 1.1.0 -> 1.2.0
authorAlexander Kanavin <alex.kanavin@gmail.com>
Wed, 2 Sep 2020 21:13:14 +0000 (23:13 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 3 Sep 2020 08:44:00 +0000 (09:44 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libmpc/libmpc_1.2.0.bb [moved from meta/recipes-support/libmpc/libmpc_1.1.0.bb with 62% similarity]

similarity index 62%
rename from meta/recipes-support/libmpc/libmpc_1.1.0.bb
rename to meta/recipes-support/libmpc/libmpc_1.2.0.bb
index bbc673ff38e8fdfea341b08261a60b88e21147ce..b51ec6ad145e13c3206ae496188dc9472146b87b 100644 (file)
@@ -5,8 +5,7 @@ DEPENDS = "gmp mpfr"
 LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
 SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "4125404e41e482ec68282a2e687f6c73"
-SRC_URI[sha256sum] = "6985c538143c1208dcb1ac42cedad6ff52e267b47e5f970183a3e75125b43c2e"
+SRC_URI[sha256sum] = "e90f2d99553a9c19911abdb4305bf8217106a957e3994436428572c8dfe8fda6"
 
 S = "${WORKDIR}/mpc-${PV}"
 BBCLASSEXTEND = "native nativesdk"