summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/hwdata/hwdata_0.393.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-04-09 10:40:31 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-10 11:05:35 +0100
commit8308864fd1a0583f5d1e2b97b1d06869a59c333a (patch)
tree810caf6b87298b4e00b02268c44853aaeaf9c3bf /meta/recipes-support/hwdata/hwdata_0.393.bb
parent18dd7fbb3891f54786936d9aafdd05f26efa7467 (diff)
downloadpoky-8308864fd1a0583f5d1e2b97b1d06869a59c333a.tar.gz
hwdata: upgrade 0.393 -> 0.394
(From OE-Core rev: c727faa835dfbc792d5008bbcb0ca6c5a81cb029) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/hwdata/hwdata_0.393.bb')
-rw-r--r--meta/recipes-support/hwdata/hwdata_0.393.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-support/hwdata/hwdata_0.393.bb b/meta/recipes-support/hwdata/hwdata_0.393.bb
deleted file mode 100644
index 1517a1d35f..0000000000
--- a/meta/recipes-support/hwdata/hwdata_0.393.bb
+++ /dev/null
@@ -1,30 +0,0 @@
1SUMMARY = "Hardware identification and configuration data"
2DESCRIPTION = "hwdata contains various hardware identification and \
3configuration data, such as the pci.ids and usb.ids databases."
4HOMEPAGE = "https://github.com/vcrhonek/hwdata"
5SECTION = "System/Base"
6
7LICENSE = "GPL-2.0-or-later | X11"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
9
10SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
11SRCREV = "2b7f8370a5b3b1552d8264b8665ed99ddfea0b57"
12
13S = "${WORKDIR}/git"
14
15inherit allarch
16
17do_configure() {
18 ${S}/configure --datadir=${datadir} --libdir=${libdir}
19}
20
21do_compile[noexec] = "1"
22
23do_install() {
24 oe_runmake install DESTDIR=${D}
25}
26
27FILES:${PN} = "${libdir}/* \
28 ${datadir}/* "
29
30BBCLASSEXTEND += "native"