From da499270cca0c1f22c4aba2574b007241b9294a8 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 7 Jan 2025 17:01:12 +0800 Subject: hwdata: upgrade 0.390 -> 0.391 (From OE-Core rev: a7a1a393900ba4e3e6a526480c6ef44df9e6804f) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-support/hwdata/hwdata_0.390.bb | 30 ----------------------------- meta/recipes-support/hwdata/hwdata_0.391.bb | 30 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-support/hwdata/hwdata_0.390.bb create mode 100644 meta/recipes-support/hwdata/hwdata_0.391.bb diff --git a/meta/recipes-support/hwdata/hwdata_0.390.bb b/meta/recipes-support/hwdata/hwdata_0.390.bb deleted file mode 100644 index 3ca39ead73..0000000000 --- a/meta/recipes-support/hwdata/hwdata_0.390.bb +++ /dev/null @@ -1,30 +0,0 @@ -SUMMARY = "Hardware identification and configuration data" -DESCRIPTION = "hwdata contains various hardware identification and \ -configuration data, such as the pci.ids and usb.ids databases." -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" - -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" -SRCREV = "8b9819d19b1554d41dcc9c76a784e1732484cb15" - -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}/* " - -BBCLASSEXTEND += "native" diff --git a/meta/recipes-support/hwdata/hwdata_0.391.bb b/meta/recipes-support/hwdata/hwdata_0.391.bb new file mode 100644 index 0000000000..e4b8c59c59 --- /dev/null +++ b/meta/recipes-support/hwdata/hwdata_0.391.bb @@ -0,0 +1,30 @@ +SUMMARY = "Hardware identification and configuration data" +DESCRIPTION = "hwdata contains various hardware identification and \ +configuration data, such as the pci.ids and usb.ids databases." +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" + +SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" +SRCREV = "0955087d49d085d1ef2207d6bef0c07b02844b78" + +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}/* " + +BBCLASSEXTEND += "native" -- cgit v1.2.3-54-g00ecf