From fa9122a2b8a2924ad3939db12082d74763c59034 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 15 Dec 2023 13:56:29 +0800 Subject: sip: upgrade 6.8.0 -> 6.8.1 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.8.0.bb | 24 ------------------------ meta-oe/recipes-devtools/sip/sip_6.8.1.bb | 24 ++++++++++++++++++++++++ 2 files changed, 24 insertions(+), 24 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.8.0.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.8.1.bb diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.0.bb b/meta-oe/recipes-devtools/sip/sip_6.8.0.bb deleted file mode 100644 index 6c7f22dd9d..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.8.0.bb +++ /dev/null @@ -1,24 +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] = "2ed1904820cb661b7207eb1dccfaebec1a5463dcad903ba448ad1945502d089c" - -RDEPENDS:${PN} = " \ - python3-core \ - python3-packaging \ - python3-logging \ - python3-tomllib \ - python3-setuptools \ -" - -BBCLASSEXTEND = "native" diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.1.bb b/meta-oe/recipes-devtools/sip/sip_6.8.1.bb new file mode 100644 index 0000000000..e045431d6b --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.8.1.bb @@ -0,0 +1,24 @@ +# 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] = "3002df415e168ac3ffe393942dbc7131cb82ade50000e1526f46a88ade26f598" + +RDEPENDS:${PN} = " \ + python3-core \ + python3-packaging \ + python3-logging \ + python3-tomllib \ + python3-setuptools \ +" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf