summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-06-10 11:33:24 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-09 21:24:16 -0700
commit1522313b610e51f9ba19aa07a1ce21ead0daa9dc (patch)
tree2aef5d07996a3c8c1e218f99646c836c7d732594 /meta-oe/recipes-devtools/sip/sip_6.12.0.bb
parent3f5a08d0dc160cacb4471b32c5b35a8ef83be6ad (diff)
downloadmeta-openembedded-1522313b610e51f9ba19aa07a1ce21ead0daa9dc.tar.gz
sip: upgrade 6.11.0 -> 6.12.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/sip/sip_6.12.0.bb')
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.12.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.12.0.bb b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
new file mode 100644
index 0000000000..20e705f1a6
--- /dev/null
+++ b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
@@ -0,0 +1,26 @@
1# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
2# Released under the MIT license (see COPYING.MIT for the terms)
3
4SUMMARY = "A Python bindings generator for C/C++ libraries"
5
6HOMEPAGE = "https://github.com/Python-SIP/sip"
7LICENSE = "BSD-2-Clause"
8SECTION = "devel"
9LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
10
11inherit pypi python_setuptools_build_meta python3native
12
13PYPI_PACKAGE = "sip"
14SRC_URI[sha256sum] = "083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6"
15
16DEPENDS += "python3-setuptools-scm-native"
17
18RDEPENDS:${PN} = " \
19 python3-core \
20 python3-packaging \
21 python3-logging \
22 python3-tomllib \
23 python3-setuptools \
24"
25
26BBCLASSEXTEND = "native"