summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2024-10-18 16:25:57 +0300
committerKhem Raj <raj.khem@gmail.com>2024-10-19 20:26:41 -0700
commit050ff12a4113a32d1e96b2ec80734c6309ce460b (patch)
tree6455aa424bc570a29ec2066546eb0cf1fa101bd9
parentb51e4288b93a97467b1d7dd77b4fab537bc311e3 (diff)
downloadmeta-openembedded-050ff12a4113a32d1e96b2ec80734c6309ce460b.tar.gz
sip: Upgrade 6.8.3 -> 6.8.6
Upgrade to version 6.8.6: - Handle single number macOS deployment targets - Support for architectures where `char` is unsigned - Support for building from git archives - Run the tests using the current Python version The project has a proper pyproject.toml which declares the setuptools.build.meta PEP-517 backend. Fixes: WARNING: sip-6.8.6-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] The work was sponsored by GOVCERT.LU. License-Update: Update years Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.8.6.bb (renamed from meta-oe/recipes-devtools/sip/sip_6.8.3.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.3.bb b/meta-oe/recipes-devtools/sip/sip_6.8.6.bb
index d12130af43..157e404515 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.8.3.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.8.6.bb
@@ -6,12 +6,14 @@ SUMMARY = "A Python bindings generator for C/C++ libraries"
6HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/" 6HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/"
7LICENSE = "GPL-2.0-or-later" 7LICENSE = "GPL-2.0-or-later"
8SECTION = "devel" 8SECTION = "devel"
9LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"
10 10
11inherit pypi setuptools3 python3native 11inherit pypi python_setuptools_build_meta python3native
12 12
13PYPI_PACKAGE = "sip" 13PYPI_PACKAGE = "sip"
14SRC_URI[sha256sum] = "888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c" 14SRC_URI[sha256sum] = "7fc959e48e6ec5d5af8bd026f69f5e24d08b3cb8abb342176f5ab8030cc07d7a"
15
16DEPENDS += "python3-setuptools-scm-native"
15 17
16RDEPENDS:${PN} = " \ 18RDEPENDS:${PN} = " \
17 python3-core \ 19 python3-core \