diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2023-12-06 17:52:17 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-07 14:25:11 -0800 |
commit | 61cd30fc786fe95c47ca59e800224382d3bd763e (patch) | |
tree | ec962401b8dd9cbcdd2c11b3e6f505bc825232cf | |
parent | 5ec9943b2d67692e07ea09b807332463209489be (diff) | |
download | meta-openembedded-61cd30fc786fe95c47ca59e800224382d3bd763e.tar.gz |
sip: Upgrade 6.7.12 -> 6.8.0
Add runtime dependencies and upgrade sip to version 6.8.0:
- Added support for specifying the project metadata using the
[project] section of pyproject.toml as defined in PEP 621. The
use of the [tool.sip.metadata] is now deprecated.
- The latest version of ABI v13 is v13.7.0.
- The latest version of ABI v12 is v12.14.0.
- The conversion to a pure Python implementation is now complete.
The work was sponsored by GOVCERT.LU.
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.0.bb (renamed from meta-oe/recipes-devtools/sip/sip_6.7.12.bb) | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.12.bb b/meta-oe/recipes-devtools/sip/sip_6.8.0.bb index 00823cf1a6..6c7f22dd9d 100644 --- a/meta-oe/recipes-devtools/sip/sip_6.7.12.bb +++ b/meta-oe/recipes-devtools/sip/sip_6.8.0.bb | |||
@@ -11,6 +11,14 @@ LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" | |||
11 | inherit pypi setuptools3 python3native | 11 | inherit pypi setuptools3 python3native |
12 | 12 | ||
13 | PYPI_PACKAGE = "sip" | 13 | PYPI_PACKAGE = "sip" |
14 | SRC_URI[sha256sum] = "08e66f742592eb818ac8fda4173e2ed64c9f2d40b70bee11db1c499127d98450" | 14 | SRC_URI[sha256sum] = "2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c" |
15 | |||
16 | RDEPENDS:${PN} = " \ | ||
17 | python3-core \ | ||
18 | python3-packaging \ | ||
19 | python3-logging \ | ||
20 | python3-tomllib \ | ||
21 | python3-setuptools \ | ||
22 | " | ||
15 | 23 | ||
16 | BBCLASSEXTEND = "native" | 24 | BBCLASSEXTEND = "native" |