From 9a45644d3e5ed9acc1931a3423accc4865c0404e Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 9 Sep 2025 13:13:49 +0200 Subject: hwdata: upgrade 0.398 -> 0.399 Changelog: Update vendor ids (From OE-Core rev: b7dd80d1f4c92f0590b17caf870316d0b0fc9613) Signed-off-by: Gyorgy Sarvari Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-support/hwdata/hwdata_0.398.bb | 28 ---------------------------- meta/recipes-support/hwdata/hwdata_0.399.bb | 28 ++++++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 28 deletions(-) delete mode 100644 meta/recipes-support/hwdata/hwdata_0.398.bb create mode 100644 meta/recipes-support/hwdata/hwdata_0.399.bb (limited to 'meta/recipes-support') diff --git a/meta/recipes-support/hwdata/hwdata_0.398.bb b/meta/recipes-support/hwdata/hwdata_0.398.bb deleted file mode 100644 index a0abf4c03b..0000000000 --- a/meta/recipes-support/hwdata/hwdata_0.398.bb +++ /dev/null @@ -1,28 +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 | X11" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" - -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https;tag=v${PV}" -SRCREV = "4c97c196390e16a84d3394e7e6f0608046f7ba81" - -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.399.bb b/meta/recipes-support/hwdata/hwdata_0.399.bb new file mode 100644 index 0000000000..81dede96ea --- /dev/null +++ b/meta/recipes-support/hwdata/hwdata_0.399.bb @@ -0,0 +1,28 @@ +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 | X11" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" + +SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https;tag=v${PV}" +SRCREV = "7ba0e54565843faee300ca885699e4c42ed674b2" + +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