diff options
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" | ||