From 5e84800e96cac945cba2e6ed4a1bd4f0affbbedd Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 24 Dec 2025 17:13:04 +0800 Subject: sip: upgrade 6.15.0 -> 6.15.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.15.0.bb | 26 -------------------------- meta-oe/recipes-devtools/sip/sip_6.15.1.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.15.0.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.15.1.bb (limited to 'meta-oe/recipes-devtools') diff --git a/meta-oe/recipes-devtools/sip/sip_6.15.0.bb b/meta-oe/recipes-devtools/sip/sip_6.15.0.bb deleted file mode 100644 index 1cce35db9a..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.15.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright (C) 2022 Khem Raj -# Released under the MIT license (see COPYING.MIT for the terms) - -SUMMARY = "A Python bindings generator for C/C++ libraries" - -HOMEPAGE = "https://github.com/Python-SIP/sip" -LICENSE = "BSD-2-Clause" -SECTION = "devel" -LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" - -inherit pypi python_setuptools_build_meta python3native - -PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "3920f26515456ee21114a1f8282144f8c156b1aabc3b44424155d5f81396025f" - -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} = " \ - python3-core \ - python3-packaging \ - python3-logging \ - python3-tomllib \ - python3-setuptools \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/sip/sip_6.15.1.bb b/meta-oe/recipes-devtools/sip/sip_6.15.1.bb new file mode 100644 index 0000000000..b00d5d5e7a --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.15.1.bb @@ -0,0 +1,26 @@ +# Copyright (C) 2022 Khem Raj +# Released under the MIT license (see COPYING.MIT for the terms) + +SUMMARY = "A Python bindings generator for C/C++ libraries" + +HOMEPAGE = "https://github.com/Python-SIP/sip" +LICENSE = "BSD-2-Clause" +SECTION = "devel" +LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" + +inherit pypi python_setuptools_build_meta python3native + +PYPI_PACKAGE = "sip" +SRC_URI[sha256sum] = "dc2e58c1798a74e1b31c28e837339822fe8fa55288ae30e8986eb28100ebca5a" + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} = " \ + python3-core \ + python3-packaging \ + python3-logging \ + python3-tomllib \ + python3-setuptools \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf