From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Khem Raj <khem.raj@oss.qualcomm.com>
Subject: [PATCH 7/7] libmpc: Upgrade to 1.4.0
Date: Wed, 15 Apr 2026 22:54:07 -0700 [thread overview]
Message-ID: <20260416055407.795016-7-khem.raj@oss.qualcomm.com> (raw)
In-Reply-To: <20260416055407.795016-1-khem.raj@oss.qualcomm.com>
- Add mpc_exp10, mpc_exp2, mpc_log2 functions
- Fix mpc_tan/mpc_tanh for large imaginary parts
- Fix mpc_pow imaginary sign with real inputs
- Fix mpc_fr_div/mpc_ui_div zero sign handling per C2Y draft
- Add pkg-config support
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
.../libmpc/{libmpc_1.3.1.bb => libmpc_1.4.0.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-support/libmpc/{libmpc_1.3.1.bb => libmpc_1.4.0.bb} (58%)
diff --git a/meta/recipes-support/libmpc/libmpc_1.3.1.bb b/meta/recipes-support/libmpc/libmpc_1.4.0.bb
similarity index 58%
rename from meta/recipes-support/libmpc/libmpc_1.3.1.bb
rename to meta/recipes-support/libmpc/libmpc_1.4.0.bb
index b3853fc964..78ce0bfe88 100644
--- a/meta/recipes-support/libmpc/libmpc_1.3.1.bb
+++ b/meta/recipes-support/libmpc/libmpc_1.4.0.bb
@@ -3,9 +3,9 @@ require libmpc.inc
DEPENDS = "gmp mpfr"
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02"
-SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/mpc/mpc-${PV}.tar.xz"
-SRC_URI[sha256sum] = "ab642492f5cf882b74aa0cb730cd410a81edcdbec895183ce930e706c1c759b8"
+SRC_URI[sha256sum] = "3210b3a546b1cb00c296ca360891d7740ee6ff06deb02a27a35b20cd3c0bb1a5"
S = "${UNPACKDIR}/mpc-${PV}"
BBCLASSEXTEND = "native nativesdk"
prev parent reply other threads:[~2026-04-16 5:54 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-16 5:54 [PATCH 1/7] gn: upgrade to latest revision Khem Raj
2026-04-16 5:54 ` [PATCH 2/7] dos2unix: upgrade 7.5.4 -> 7.5.5 Khem Raj
2026-04-16 5:54 ` [PATCH 3/7] python3-pdm-backend: upgrade 2.4.7 -> 2.4.8 Khem Raj
2026-04-16 5:54 ` [PATCH 4/7] python3-pdm: upgrade 2.26.6 -> 2.26.7 Khem Raj
2026-04-16 5:54 ` [PATCH 5/7] python3-lxml: upgrade 6.0.2 -> 6.0.4 Khem Raj
2026-04-16 5:54 ` [PATCH 6/7] re2c: upgrade 4.4 -> 4.5.1 Khem Raj
2026-04-16 5:54 ` Khem Raj [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260416055407.795016-7-khem.raj@oss.qualcomm.com \
--to=raj.khem@gmail.com \
--cc=khem.raj@oss.qualcomm.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox