From db816b09adbc9fd3510ee4f2b25ce9da0f96381c Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 3 Nov 2023 17:19:21 -0700 Subject: hwdata: upgrade 0.370 -> 0.375 Signed-off-by: Khem Raj (cherry picked from commit 730a12716efce66263da55045eac69554c24bc1b) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/hwdata/hwdata_0.370.bb | 26 -------------------------- meta-oe/recipes-support/hwdata/hwdata_0.375.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.370.bb create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.375.bb diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.370.bb b/meta-oe/recipes-support/hwdata/hwdata_0.370.bb deleted file mode 100644 index 56d425377..000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.370.bb +++ /dev/null @@ -1,26 +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 = "21cb47beb1716545b25dfe8ae1b9e079c73b85d9" -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.375.bb b/meta-oe/recipes-support/hwdata/hwdata_0.375.bb new file mode 100644 index 000000000..b83406973 --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.375.bb @@ -0,0 +1,26 @@ +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 = "b9ba5bc9eecbeeff441806695b227c3c3de4755c" +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