diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-02-06 14:36:50 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2025-03-03 07:56:57 -0500 |
commit | b06d04ee6f5fd8f27e0d3f33b2b9bc3e5f5bf24b (patch) | |
tree | c839bfd712933053a767dc6de3faacbc412405b4 | |
parent | 4f11a12b2352bbdfafb6b7d956bf424af4992977 (diff) | |
download | meta-openembedded-b06d04ee6f5fd8f27e0d3f33b2b9bc3e5f5bf24b.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-devtools/sip/sip_6.8.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/sip/sip_6.8.6.bb b/meta-oe/recipes-devtools/sip/sip_6.8.6.bb index 157e404515..1defe29b08 100644 --- a/meta-oe/recipes-devtools/sip/sip_6.8.6.bb +++ b/meta-oe/recipes-devtools/sip/sip_6.8.6.bb | |||
@@ -3,8 +3,8 @@ | |||
3 | 3 | ||
4 | SUMMARY = "A Python bindings generator for C/C++ libraries" | 4 | SUMMARY = "A Python bindings generator for C/C++ libraries" |
5 | 5 | ||
6 | HOMEPAGE = "https://www.riverbankcomputing.com/software/sip/" | 6 | HOMEPAGE = "https://github.com/Python-SIP/sip" |
7 | LICENSE = "GPL-2.0-or-later" | 7 | LICENSE = "BSD-2-Clause" |
8 | SECTION = "devel" | 8 | SECTION = "devel" |
9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e" | 9 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ed1d69a33480ebf4ff8a7a760826d84e" |
10 | 10 | ||