From b80dfd18ae88a5cbc28659d594e90b676afd1589 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 16 Jun 2025 17:16:22 +0800 Subject: hwdata: upgrade 0.395 -> 0.396 (From OE-Core rev: 7244dd4cd46ed8cd2a99b353e53937045ddf96cf) Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- meta/recipes-support/hwdata/hwdata_0.395.bb | 30 ----------------------------- meta/recipes-support/hwdata/hwdata_0.396.bb | 30 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-support/hwdata/hwdata_0.395.bb create mode 100644 meta/recipes-support/hwdata/hwdata_0.396.bb diff --git a/meta/recipes-support/hwdata/hwdata_0.395.bb b/meta/recipes-support/hwdata/hwdata_0.395.bb deleted file mode 100644 index 73b846b181..0000000000 --- a/meta/recipes-support/hwdata/hwdata_0.395.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;tag=v${PV}" -SRCREV = "95c1de6c4a0d40415867b29c0791480fb8ad3cdb" - -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.396.bb b/meta/recipes-support/hwdata/hwdata_0.396.bb new file mode 100644 index 0000000000..291a4ef85d --- /dev/null +++ b/meta/recipes-support/hwdata/hwdata_0.396.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;tag=v${PV}" +SRCREV = "736513dfc1d44c5fb48bead62af7e91c4e1d1dd2" + +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