diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-06-10 11:33:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-09 21:24:16 -0700 |
| commit | 1522313b610e51f9ba19aa07a1ce21ead0daa9dc (patch) | |
| tree | 2aef5d07996a3c8c1e218f99646c836c7d732594 /meta-oe/recipes-devtools/sip/sip_6.12.0.bb | |
| parent | 3f5a08d0dc160cacb4471b32c5b35a8ef83be6ad (diff) | |
| download | meta-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.bb | 26 |
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 | |||
| 4 | SUMMARY = "A Python bindings generator for C/C++ libraries" | ||
| 5 | |||
| 6 | HOMEPAGE = "https://github.com/Python-SIP/sip" | ||
| 7 | LICENSE = "BSD-2-Clause" | ||
| 8 | SECTION = "devel" | ||
| 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d" | ||
| 10 | |||
| 11 | inherit pypi python_setuptools_build_meta python3native | ||
| 12 | |||
| 13 | PYPI_PACKAGE = "sip" | ||
| 14 | SRC_URI[sha256sum] = "083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6" | ||
| 15 | |||
| 16 | DEPENDS += "python3-setuptools-scm-native" | ||
| 17 | |||
| 18 | RDEPENDS:${PN} = " \ | ||
| 19 | python3-core \ | ||
| 20 | python3-packaging \ | ||
| 21 | python3-logging \ | ||
| 22 | python3-tomllib \ | ||
| 23 | python3-setuptools \ | ||
| 24 | " | ||
| 25 | |||
| 26 | BBCLASSEXTEND = "native" | ||
