From 36101682873ac739b5f0d4001ec57c9bf701e819 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 8 Mar 2023 21:20:41 +0800 Subject: hwdata: upgrade 0.367 -> 0.368 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/hwdata/hwdata_0.367.bb | 26 -------------------------- meta-oe/recipes-support/hwdata/hwdata_0.368.bb | 26 ++++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.367.bb create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.368.bb (limited to 'meta-oe/recipes-support/hwdata') diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.367.bb b/meta-oe/recipes-support/hwdata/hwdata_0.367.bb deleted file mode 100644 index 9d27833637..0000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.367.bb +++ /dev/null @@ -1,26 +0,0 @@ -DESCRIPTION = "Hardware identification and configuration data" -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" - -SRCREV = "15c9d3bc939848e5f8b86cf9496f991de48c861f" -SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" - -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}/* " diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.368.bb b/meta-oe/recipes-support/hwdata/hwdata_0.368.bb new file mode 100644 index 0000000000..786cc00e9a --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.368.bb @@ -0,0 +1,26 @@ +DESCRIPTION = "Hardware identification and configuration data" +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" + +SRCREV = "0e25d93ac6433791edbb9d28b3f8eae0cf5e46ff" +SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" + +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}/* " -- cgit v1.2.3-54-g00ecf