From 0c1ef281f3cb4cc9481a1385863c84cff3925c82 Mon Sep 17 00:00:00 2001 From: Robert Joslyn Date: Sun, 6 Mar 2022 05:50:30 -0800 Subject: hwdata: Update to 0.357 Signed-off-by: Robert Joslyn Signed-off-by: Khem Raj --- meta-oe/recipes-support/hwdata/hwdata_0.356.bb | 25 ------------------------- meta-oe/recipes-support/hwdata/hwdata_0.357.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.356.bb create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.357.bb diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.356.bb b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb deleted file mode 100644 index 6488897b61..0000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.356.bb +++ /dev/null @@ -1,25 +0,0 @@ -DESCRIPTION = "Hardware identification and configuration data" -HOMEPAGE = "https://github.com/vcrhonek/hwdata" -SECTION = "System/Base" - -LICENSE = "GPL-2.0-or-later | 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}/* " diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.357.bb b/meta-oe/recipes-support/hwdata/hwdata_0.357.bb new file mode 100644 index 0000000000..01ebf3c909 --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.357.bb @@ -0,0 +1,25 @@ +DESCRIPTION = "Hardware identification and configuration data" +HOMEPAGE = "https://github.com/vcrhonek/hwdata" +SECTION = "System/Base" + +LICENSE = "GPL-2.0-or-later | XFree86-1.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" + +SRCREV = "f9e7eed1b85760028a5157986b3313c99c4d0225" +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 1.2.3-korg