From 6d75a8b9866ba875a3af7b085c02709bef6d816c Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Sat, 5 Feb 2022 14:34:58 -0800 Subject: 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/hwdata/hwdata_0.347.bb | 21 --------------------- meta-oe/recipes-support/hwdata/hwdata_0.356.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 21 deletions(-) delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.347.bb create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.356.bb diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb b/meta-oe/recipes-support/hwdata/hwdata_0.347.bb deleted file mode 100644 index 3713004e8a..0000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb +++ /dev/null @@ -1,21 +0,0 @@ -DESCRIPTION = "Hardware identification and configuration data" -HOMEPAGE = "https://github.com/vcrhonek/hwdata" -SECTION = "System/Base" - -LICENSE = "GPL-2.0+" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" - -SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" -S = "${WORKDIR}/git" - -do_configure() { - ${S}/configure --datadir=${datadir} --libdir=${libdir} -} - -do_install() { - oe_runmake install DESTDIR=${D} -} - -FILES:${PN} = "${libdir}/* \ - ${datadir}/* " diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.356.bb b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb new file mode 100644 index 0000000000..6c2ae5e5a1 --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Hardware identification and configuration data" +HOMEPAGE = "https://github.com/vcrhonek/hwdata" +SECTION = "System/Base" + +LICENSE = "GPL-2.0+ | XFree86-1.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" + +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} +} + +FILES:${PN} = "${libdir}/* \ + ${datadir}/* " -- cgit v1.2.3-54-g00ecf