summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBastian Germann <bage@debian.org>2025-01-31 20:25:19 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-02-05 12:49:55 +0000
commitbf76c0aa98e269a349ab419c4188198b441f3ee0 (patch)
tree19be11d3b884ffc7a0ec7968e94d41983432031b
parent7b59d11d012daaec5e8c9c405bbbbd8a4ba8b103 (diff)
downloadpoky-bf76c0aa98e269a349ab419c4188198b441f3ee0.tar.gz
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 (From OE-Core rev: 891dfdf294e4ac88239dba70d6a5958cc42cbc92) Signed-off-by: Bastian Germann <bage@debian.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-support/hwdata/hwdata_0.391.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/hwdata/hwdata_0.391.bb b/meta/recipes-support/hwdata/hwdata_0.391.bb
index e4b8c59c59..b2fa87c275 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."
4HOMEPAGE = "https://github.com/vcrhonek/hwdata" 4HOMEPAGE = "https://github.com/vcrhonek/hwdata"
5SECTION = "System/Base" 5SECTION = "System/Base"
6 6
7LICENSE = "GPL-2.0-or-later | XFree86-1.0" 7LICENSE = "GPL-2.0-or-later | X11"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
9 9
10SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" 10SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"