summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hwdata/hwdata_0.368.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-08 21:20:41 +0800
committerKhem Raj <raj.khem@gmail.com>2023-03-09 09:10:52 -0800
commit36101682873ac739b5f0d4001ec57c9bf701e819 (patch)
treecf47327042168ec2ab50533930d36903834835f0 /meta-oe/recipes-support/hwdata/hwdata_0.368.bb
parentf63c307318fbda42d2e9274eeb668c627b25fc9b (diff)
downloadmeta-openembedded-36101682873ac739b5f0d4001ec57c9bf701e819.tar.gz
hwdata: upgrade 0.367 -> 0.368
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/hwdata/hwdata_0.368.bb')
-rw-r--r--meta-oe/recipes-support/hwdata/hwdata_0.368.bb26
1 files changed, 26 insertions, 0 deletions
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 @@
1DESCRIPTION = "Hardware identification and configuration data"
2HOMEPAGE = "https://github.com/vcrhonek/hwdata"
3SECTION = "System/Base"
4
5LICENSE = "GPL-2.0-or-later | XFree86-1.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
7
8SRCREV = "0e25d93ac6433791edbb9d28b3f8eae0cf5e46ff"
9SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
10
11S = "${WORKDIR}/git"
12
13inherit allarch
14
15do_configure() {
16 ${S}/configure --datadir=${datadir} --libdir=${libdir}
17}
18
19do_compile[noexec] = "1"
20
21do_install() {
22 oe_runmake install DESTDIR=${D}
23}
24
25FILES:${PN} = "${libdir}/* \
26 ${datadir}/* "