summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-05-20 16:54:56 +0800
committerKhem Raj <raj.khem@gmail.com>2025-05-21 07:38:26 -0700
commit0be80951c915c1a7623c766e3acd2ef62b808eb6 (patch)
treee92e4b11f2d4df70c921cf401830436387e74011
parent04ac3e66ecca412a1fdb263026a700d1d12a8ffa (diff)
downloadmeta-openembedded-0be80951c915c1a7623c766e3acd2ef62b808eb6.tar.gz
sip: upgrade 6.10.0 -> 6.11.0
License-Update: Copyright year updated to 6.11.0 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.11.0.bb (renamed from meta-oe/recipes-devtools/sip/sip_6.10.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.10.0.bb b/meta-oe/recipes-devtools/sip/sip_6.11.0.bb
index 82a4bb3024..0db80c3cc0 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.10.0.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.11.0.bb
@@ -6,12 +6,12 @@ SUMMARY = "A Python bindings generator for C/C++ libraries"
6HOMEPAGE = "https://github.com/Python-SIP/sip" 6HOMEPAGE = "https://github.com/Python-SIP/sip"
7LICENSE = "BSD-2-Clause" 7LICENSE = "BSD-2-Clause"
8SECTION = "devel" 8SECTION = "devel"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
10 10
11inherit pypi python_setuptools_build_meta python3native 11inherit pypi python_setuptools_build_meta python3native
12 12
13PYPI_PACKAGE = "sip" 13PYPI_PACKAGE = "sip"
14SRC_URI[sha256sum] = "fa0515697d4c98dbe04d9e898d816de1427e5b9ae5d0e152169109fd21f5d29c" 14SRC_URI[sha256sum] = "237d24ead97a5ef2e8c06521dd94c38626e43702a2984c8a2843d7e67f07e799"
15 15
16DEPENDS += "python3-setuptools-scm-native" 16DEPENDS += "python3-setuptools-scm-native"
17 17