[meta-oe] hwdata: Update to 0.356

Message ID 20220205223458.3696402-1-robert.joslyn@redrectangle.org
State New
Headers show
Series [meta-oe] hwdata: Update to 0.356 | expand

Commit Message

Robert Joslyn Feb. 5, 2022, 10:34 p.m. UTC
This data is dual licensed under GPL-2.0-or-later and XFree86-1.0,
update LICENSE to reflect this.

The data provided by this recipe are plain text files, so allarch can be
used. The do_compile step doesn't do anything and can be skipped.

Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org>
---
 .../hwdata/{hwdata_0.347.bb => hwdata_0.356.bb}           | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/hwdata/{hwdata_0.347.bb => hwdata_0.356.bb} (79%)

Patch

diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb
similarity index 79%
rename from meta-oe/recipes-support/hwdata/hwdata_0.347.bb
rename to meta-oe/recipes-support/hwdata/hwdata_0.356.bb
index 3713004e8..6c2ae5e5a 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb
@@ -2,17 +2,21 @@  DESCRIPTION = "Hardware identification and configuration data"
 HOMEPAGE = "https://github.com/vcrhonek/hwdata"
 SECTION = "System/Base"
 
-LICENSE = "GPL-2.0+"
+LICENSE = "GPL-2.0+ | XFree86-1.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
 
-SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e"
+SRCREV = "66a9f63255a06e2d9ec49501188ca47cb537675b"
 SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
 S = "${WORKDIR}/git"
 
+inherit allarch
+
 do_configure() {
     ${S}/configure --datadir=${datadir} --libdir=${libdir}
 }
 
+do_compile[noexec] = "1"
+
 do_install() {
     oe_runmake install DESTDIR=${D}
 }