mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
xkeyboard-config: remove GPLv3 files
xkeyboard-config is intended to be MIT licensed, so backport a patch from upstream to relicense one file and temporarily delete another. (From OE-Core rev: dd80d50a7943da4b58896b908b47a4aeed120075) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
0e38b69a93
commit
d642865f1b
File diff suppressed because it is too large
Load Diff
@@ -9,10 +9,12 @@ systems."
|
||||
HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config"
|
||||
|
||||
LICENSE = "MIT & MIT-style & GPLv3"
|
||||
LICENSE = "MIT & MIT-style"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
|
||||
|
||||
SRC_URI="${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/data/xkeyboard-config/${BPN}-${PV}.tar.bz2 \
|
||||
file://0001-Remove-GPLv3-content.patch \
|
||||
"
|
||||
SRC_URI[md5sum] = "a415775ca8ecf4dfafc9488b8cbd7114"
|
||||
SRC_URI[sha256sum] = "7b5be9f2b9a30102512b15308aec55f7f54289df24ac21de82ebb4bf145f9fce"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user