mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +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:
parent
4f11a12b23
commit
b06d04ee6f
@ -3,8 +3,8 @@
|
||||
|
||||
SUMMARY = "A Python bindings generator for C/C++ libraries"
|
||||
|
||||
HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/"
|
||||
LICENSE = "GPL-2.0-or-later"
|
||||
HOMEPAGE = "https://github.com/Python-SIP/sip"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
SECTION = "devel"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user