From 2f02b0e4bb95f8f95daab3f5cc1fa0e9952448c8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 15 Mar 2025 13:57:47 +0000 Subject: hwdata: upgrade 0.392 -> 0.393 (From OE-Core rev: dc944a41f695496b711cf5f5abcaffa44d09d7c5) Signed-off-by: Richard Purdie --- meta/recipes-support/hwdata/hwdata_0.392.bb | 30 ----------------------------- meta/recipes-support/hwdata/hwdata_0.393.bb | 30 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-support/hwdata/hwdata_0.392.bb create mode 100644 meta/recipes-support/hwdata/hwdata_0.393.bb diff --git a/meta/recipes-support/hwdata/hwdata_0.392.bb b/meta/recipes-support/hwdata/hwdata_0.392.bb deleted file mode 100644 index e0a1a7fbb2..0000000000 --- a/meta/recipes-support/hwdata/hwdata_0.392.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 | X11" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" - -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" -SRCREV = "e3aac7f6bed87ca6d701bb5ad30f29a8df857f66" - -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.393.bb b/meta/recipes-support/hwdata/hwdata_0.393.bb new file mode 100644 index 0000000000..1517a1d35f --- /dev/null +++ b/meta/recipes-support/hwdata/hwdata_0.393.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 | X11" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" + +SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" +SRCREV = "2b7f8370a5b3b1552d8264b8665ed99ddfea0b57" + +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