- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
27 lines
714 B
BlitzBasic
27 lines
714 B
BlitzBasic
# Copyright (C) 2022 Khem Raj <raj.khem@gmail.com>
|
|
# Released under the MIT license (see COPYING.MIT for the terms)
|
|
|
|
SUMMARY = "A Python bindings generator for C/C++ libraries"
|
|
|
|
HOMEPAGE = "https://github.com/Python-SIP/sip"
|
|
LICENSE = "BSD-2-Clause"
|
|
SECTION = "devel"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"
|
|
|
|
inherit pypi python_setuptools_build_meta python3native
|
|
|
|
PYPI_PACKAGE = "sip"
|
|
SRC_URI[sha256sum] = "7fc959e48e6ec5d5af8bd026f69f5e24d08b3cb8abb342176f5ab8030cc07d7a"
|
|
|
|
DEPENDS += "python3-setuptools-scm-native"
|
|
|
|
RDEPENDS:${PN} = " \
|
|
python3-core \
|
|
python3-packaging \
|
|
python3-logging \
|
|
python3-tomllib \
|
|
python3-setuptools \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native"
|