From 254f37479ad2230b03d1417feee1102ab2207c66 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Mon, 7 Nov 2022 16:26:58 +0800 Subject: hwdata: upgrade 0.363 -> 0.364 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/hwdata/hwdata_0.363.bb | 25 ------------------------- meta-oe/recipes-support/hwdata/hwdata_0.364.bb | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.363.bb create mode 100644 meta-oe/recipes-support/hwdata/hwdata_0.364.bb (limited to 'meta-oe/recipes-support/hwdata') diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.363.bb b/meta-oe/recipes-support/hwdata/hwdata_0.363.bb deleted file mode 100644 index ddfce3f391..0000000000 --- a/meta-oe/recipes-support/hwdata/hwdata_0.363.bb +++ /dev/null @@ -1,25 +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 = "75df73ae53e2bb878b5dc62036679efb69210222" -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.364.bb b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb new file mode 100644 index 0000000000..6499db24f3 --- /dev/null +++ b/meta-oe/recipes-support/hwdata/hwdata_0.364.bb @@ -0,0 +1,25 @@ +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 = "3ac83cecf56f299e7390e5afeab2808632719243" +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