aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2024-02-20 16:54:40 +0800
committerKhem Raj <raj.khem@gmail.com>2024-02-20 08:46:30 -0800
commit7c5f04f8b53c5c991bb7a81667179bb389222309 (patch)
tree66c944f13b9d472041d8144457067dd13b9e7827 /meta-oe/recipes-devtools
parent4c94bb2d5300fb7876a3e6855510a6550ec3e954 (diff)
downloadmeta-openembedded-7c5f04f8b53c5c991bb7a81667179bb389222309.tar.gz
sip: upgrade 6.8.2 -> 6.8.3
Changelog: ============ - The use of 'throw' specifiers is now deprecated and will be removed in SIP v7. Instead of 'throw()', 'noexcept' should be used. Other forms of 'throw' are no longer required. - Support for ABI v13.0 and ABI v12.8 and older is now deprecated and will be removed in SIP v7. - Documentation fixes. - Bug fixes. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.8.3.bb (renamed from meta-oe/recipes-devtools/sip/sip_6.8.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.2.bb b/meta-oe/recipes-devtools/sip/sip_6.8.3.bb
index 5df494fa73..d12130af43 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.8.2.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.8.3.bb
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
inherit pypi setuptools3 python3native
PYPI_PACKAGE = "sip"
-SRC_URI[sha256sum] = "2e65a423037422ccfde095c257703a8ff45cc1c89bdaa294d7819bc836c87639"
+SRC_URI[sha256sum] = "888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c"
RDEPENDS:${PN} = " \
python3-core \