From 5c50dc09b2fb93ff30deb66db90a56557426a66b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 4 Jun 2025 16:44:56 +0800 Subject: hwdata: upgrade 0.394 -> 0.395 (From OE-Core rev: e491c4274f309f00430673334cbdfacbfe773e63) Signed-off-by: Wang Mingyu Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- meta/recipes-support/hwdata/hwdata_0.394.bb | 30 ----------------------------- meta/recipes-support/hwdata/hwdata_0.395.bb | 30 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 30 deletions(-) delete mode 100644 meta/recipes-support/hwdata/hwdata_0.394.bb create mode 100644 meta/recipes-support/hwdata/hwdata_0.395.bb diff --git a/meta/recipes-support/hwdata/hwdata_0.394.bb b/meta/recipes-support/hwdata/hwdata_0.394.bb deleted file mode 100644 index 54edcecc2c..0000000000 --- a/meta/recipes-support/hwdata/hwdata_0.394.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 = "fa1ccf4e4944bdb4110025c5c40e4fee8c8de29b" - -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.395.bb b/meta/recipes-support/hwdata/hwdata_0.395.bb new file mode 100644 index 0000000000..73b846b181 --- /dev/null +++ b/meta/recipes-support/hwdata/hwdata_0.395.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 = "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" -- cgit v1.2.3-54-g00ecf