From da78900c0cbe0731bcded193a01f23987327baf1 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 24 Apr 2023 11:32:41 +0800 Subject: sip: upgrade 6.7.8 -> 6.7.9 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-devtools/sip/sip_6.7.8.bb | 16 ---------------- meta-oe/recipes-devtools/sip/sip_6.7.9.bb | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.8.bb create mode 100644 meta-oe/recipes-devtools/sip/sip_6.7.9.bb diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.8.bb b/meta-oe/recipes-devtools/sip/sip_6.7.8.bb deleted file mode 100644 index 01000f59c9..0000000000 --- a/meta-oe/recipes-devtools/sip/sip_6.7.8.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] = "7e7186a36818c9d325c82e59ac5b049d9022c2d5783942c38d49497ac8a94c8f" - -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 new file mode 100644 index 0000000000..f6c2457bc5 --- /dev/null +++ b/meta-oe/recipes-devtools/sip/sip_6.7.9.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] = "35d51fc10f599d3696abb50f29d068ad04763df7b77808c76b74597660f99b17" + +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf