From 7a1365b22431988cbdbcb368d97c9cc57a7b773e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 4 Aug 2023 21:13:22 -0500 Subject: sip: upgrade 6.7.10 -> 6.7.11 Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.7.10.bb | 16 ---------------- meta-oe/recipes-devtools/sip/sip_6.7.11.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.10.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.11.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 deleted file mode 100644 index c141d8f58e..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.7.10.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] = "398aeb84ee03f3a953947cac70e60d3b02dceba3c4f4dd46c5383e9dbe3936bb" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.11.bb b/meta-oe/recipes-devtools/sip/sip_6.7.11.bb new file mode 100644 index 0000000000..66ec979ac0 --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.7.11.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] = "f0dc3287a0b172e5664931c87847750d47e4fdcda4fe362b514af8edd655b469" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf