blob: 42b92106b133a963b5e48bbf585e04eb694d615a [file] [log] [blame]
Brad Bishop7f28bc52017-12-03 23:42:40 -05001DESCRIPTION = "Hardware identification and configuration data"
2HOMEPAGE = "https://github.com/vcrhonek/hwdata"
3SECTION = "System/Base"
4
5LICENSE = "GPL-2.0+"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
7
Andrew Geisslerd688a012020-09-18 13:36:00 -05008PV = "0.339"
9SRCREV = "1cd8ee29eb2dcb954961be008b96cfbf982f0700"
Brad Bishop7f28bc52017-12-03 23:42:40 -050010SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
11
12S = "${WORKDIR}/git"
13
14do_configure() {
15 ${S}/configure --datadir=${datadir} --libdir=${libdir}
16}
17
18do_install() {
19 oe_runmake install DESTDIR=${D}
20}
21
22FILES_${PN} = "${libdir}/* \
23 ${datadir}/* "