mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:03:46 +00:00
sip: Add recipe for 6.7.5
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
590de153e6
commit
2d0e47cd85
16
meta-oe/recipes-devtools/sip/sip_6.7.5.bb
Normal file
16
meta-oe/recipes-devtools/sip/sip_6.7.5.bb
Normal file
@ -0,0 +1,16 @@
|
||||
# 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://www.riverbankcomputing.com/software/sip/"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
SECTION = "devel"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE-GPL2;md5=e91355d8a6f8bd8f7c699d62863c7303"
|
||||
|
||||
inherit pypi setuptools3 python3native
|
||||
|
||||
PYPI_PACKAGE = "sip"
|
||||
SRC_URI[sha256sum] = "9655d089e1d0c5fbf66bde11558a874980729132b5bd0c2ae355ac1a7b893ab4"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Loading…
x
Reference in New Issue
Block a user