summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/sip
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-devtools/sip')
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.12.0.bb (renamed from meta-oe/recipes-devtools/sip/sip_6.8.3.bb)12
1 files changed, 7 insertions, 5 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.3.bb b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
index d12130af43..20e705f1a6 100644
--- a/meta-oe/recipes-devtools/sip/sip_6.8.3.bb
+++ b/meta-oe/recipes-devtools/sip/sip_6.12.0.bb
@@ -3,15 +3,17 @@
3 3
4SUMMARY = "A Python bindings generator for C/C++ libraries" 4SUMMARY = "A Python bindings generator for C/C++ libraries"
5 5
6HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/" 6HOMEPAGE = "https://github.com/Python-SIP/sip"
7LICENSE = "GPL-2.0-or-later" 7LICENSE = "BSD-2-Clause"
8SECTION = "devel" 8SECTION = "devel"
9LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303" 9LIC_FILES_CHKSUM = "file://LICENSE;md5=236276327275fdb261636fb40b18d88d"
10 10
11inherit pypi setuptools3 python3native 11inherit pypi python_setuptools_build_meta python3native
12 12
13PYPI_PACKAGE = "sip" 13PYPI_PACKAGE = "sip"
14SRC_URI[sha256sum] = "888547b018bb24c36aded519e93d3e513d4c6aa0ba55b7cc1affbd45cf10762c" 14SRC_URI[sha256sum] = "083ced94f85315493231119a63970b2ba42b1d38b38e730a70e02a99191a89c6"
15
16DEPENDS += "python3-setuptools-scm-native"
15 17
16RDEPENDS:${PN} = " \ 18RDEPENDS:${PN} = " \
17 python3-core \ 19 python3-core \