From: Bastian Germann Date: Fri, 31 Jan 2025 19:25:19 +0000 (+0100) Subject: hwdata: Use SPDX identifier X-Git-Tag: uninative-4.7~228 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=891dfdf294e4ac88239dba70d6a5958cc42cbc92;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git hwdata: Use SPDX identifier The XFree86-1.0 (non-SPDX) license and the X11 (SPDX) license are the same. Reference the X11 license in hwdata. License-Update: use SPDX identifier Signed-off-by: Bastian Germann Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/hwdata/hwdata_0.391.bb b/meta/recipes-support/hwdata/hwdata_0.391.bb index e4b8c59c598..b2fa87c275a 100644 --- a/meta/recipes-support/hwdata/hwdata_0.391.bb +++ b/meta/recipes-support/hwdata/hwdata_0.391.bb @@ -4,7 +4,7 @@ configuration data, such as the pci.ids and usb.ids databases." HOMEPAGE = "https://github.com/vcrhonek/hwdata" SECTION = "System/Base" -LICENSE = "GPL-2.0-or-later | XFree86-1.0" +LICENSE = "GPL-2.0-or-later | X11" LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"