hwdata: Update to 0.356

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Robert Joslyn
2022-02-05 14:34:58 -08:00
committed by Khem Raj
parent 95f7f8c51d
commit 6d75a8b986
@@ -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}
}