diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-05-20 16:54:56 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-05-21 07:38:26 -0700 |
commit | 0be80951c915c1a7623c766e3acd2ef62b808eb6 (patch) | |
tree | e92e4b11f2d4df70c921cf401830436387e74011 | |
parent | 04ac3e66ecca412a1fdb263026a700d1d12a8ffa (diff) | |
download | meta-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" | |||
6 | HOMEPAGE = "https://github.com/Python-SIP/sip" | 6 | HOMEPAGE = "https://github.com/Python-SIP/sip" |
7 | LICENSE = "BSD-2-Clause" | 7 | LICENSE = "BSD-2-Clause" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" |
10 | 10 | ||
11 | inherit pypi python_setuptools_build_meta python3native | 11 | inherit pypi python_setuptools_build_meta python3native |
12 | 12 | ||
13 | PYPI_PACKAGE = "sip" | 13 | PYPI_PACKAGE = "sip" |
14 | SRC_URI[sha256sum] = "fa0515697d4c98dbe04d9e898d816de1427e5b9ae5d0e152169109fd21f5d29c" | 14 | SRC_URI[sha256sum] = "237d24ead97a5ef2e8c06521dd94c38626e43702a2984c8a2843d7e67f07e799" |
15 | 15 | ||
16 | DEPENDS += "python3-setuptools-scm-native" | 16 | DEPENDS += "python3-setuptools-scm-native" |
17 | 17 | ||