summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-05 19:50:21 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-06 09:23:33 -0800
commit2d0e47cd85631de36a6155be6c9c916bd8a81a72 (patch)
treef45e5db0745823c9f370fcc50855171727f9a257
parent590de153e657959e1f6dbfce5ebeb58d82a43e48 (diff)
downloadmeta-openembedded-2d0e47cd85631de36a6155be6c9c916bd8a81a72.tar.gz
sip: Add recipe for 6.7.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/sip/sip_6.7.5.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.7.5.bb b/meta-oe/recipes-devtools/sip/sip_6.7.5.bb
new file mode 100644
index 0000000000..fb42ef476b
--- /dev/null
+++ b/meta-oe/recipes-devtools/sip/sip_6.7.5.bb
@@ -0,0 +1,16 @@
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://www.riverbankcomputing.com/software/sip/"
7LICENSE = "GPL-2.0-or-later"
8SECTION = "devel"
9LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
10
11inherit pypi setuptools3 python3native
12
13PYPI_PACKAGE = "sip"
14SRC_URI[sha256sum] = "9655d089e1d0c5fbf66bde11558a874980729132b5bd0c2ae355ac1a7b893ab4"
15
16BBCLASSEXTEND = "native"