blob: 8e8dbf5c8946887f41c50e1c4340d4059329efc2 [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
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08008PV = "0.316+git${SRCPV}"
9SRCREV = "803819aef862ded2ce0737cd3cf642c633b68c35"
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}/* "