From 6d49a5c8dd1f7531bd95b4f45a7d4e797c9695ec Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Wed, 14 Feb 2024 07:30:52 +0100 Subject: hwdata: update 0.378 -> 0.379 Signed-off-by: Markus Volk Signed-off-by: Khem Raj --- meta-oe/recipes-support/hwdata/hwdata_0.378.bb | 26 -------------------------- meta-oe/recipes-support/hwdata/hwdata_0.379.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.378.bb create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.379.bb diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.378.bb b/meta-oe/recipes-support/hwdata/hwdata_0.378.bb deleted file mode 100644 index cf344f095..000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.378.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 = "5580883256f77cfba526ebd81caa504e61047d87" -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.379.bb b/meta-oe/recipes-support/hwdata/hwdata_0.379.bb new file mode 100644 index 000000000..50d449ee5 --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.379.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 = "87db4fd0620270614f5079c5f73b1fb6000ca081" +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