From fc2f3e39e21170b5b763f5a61a3a746be40a9634 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 1 Aug 2023 15:41:57 +0800 Subject: sip: upgrade 6.7.9 -> 6.7.10 Changelog: =========== - Added the --minimum-glibc-version command line option to sip-wheel. - The latest version of ABI v13 is v13.5.2. - The latest version of ABI v12 is v12.12.2. - Bug fixes. Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.7.10.bb | 16 ++++++++++++++++ meta-oe/recipes-devtools/sip/sip_6.7.9.bb | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.10.bb delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.9.bb diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.10.bb b/meta-oe/recipes-devtools/sip/sip_6.7.10.bb new file mode 100644 index 0000000000..c141d8f58e --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.7.10.bb @@ -0,0 +1,16 @@ +# 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://www.riverbankcomputing.com/software/sip/" +LICENSE = "GPL-2.0-or-later" +SECTION = "devel" +LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" + +inherit pypi setuptools3 python3native + +PYPI_PACKAGE = "sip" +SRC_URI[sha256sum] = "398aeb84ee03f3a953947cac70e60d3b02dceba3c4f4dd46c5383e9dbe3936bb" + +BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.9.bb b/meta-oe/recipes-devtools/sip/sip_6.7.9.bb deleted file mode 100644 index f6c2457bc5..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.7.9.bb +++ /dev/null @@ -1,16 +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://www.riverbankcomputing.com/software/sip/" -LICENSE = "GPL-2.0-or-later" -SECTION = "devel" -LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" - -inherit pypi setuptools3 python3native - -PYPI_PACKAGE = "sip" -SRC_URI[sha256sum] = "35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17" - -BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf