mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
sip: Fix homepage and license
After the migration from Mercurial to GitHub the homepage has changed and SIP has been licensed under the BSD-2-Clause license since Feb 9, 2024, including for release 6.8.6. This work was sponsored by GOVCERT.LU. License-Update: SIP is licensed under the BSD-2-Clause license. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
SUMMARY = "A Python bindings generator for C/C++ libraries"
|
SUMMARY = "A Python bindings generator for C/C++ libraries"
|
||||||
|
|
||||||
HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/"
|
HOMEPAGE = "https://github.com/Python-SIP/sip"
|
||||||
LICENSE = "GPL-2.0-or-later"
|
LICENSE = "BSD-2-Clause"
|
||||||
SECTION = "devel"
|
SECTION = "devel"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user