blob: 67199e920ee8067dbc0895b393f549e1d8c58034 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001DESCRIPTION = "Hardware identification and configuration data"
2HOMEPAGE = "http://git.fedorahosted.org/git/hwdata.git"
3SECTION = "System/Base"
4
5LICENSE = "GPL-2.0+"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
7SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BP}.tar.gz"
8
9SRC_URI[md5sum] = "f3fa1c5edb66ce5b376d95e772b2d303"
10SRC_URI[sha256sum] = "56fc26275b102e538fcfcf9c1093a09f476a1ea8d4e0c733d3c578442923693d"
11
12do_configure() {
13 ${S}/configure --datadir=${datadir} --libdir=${libdir}
14}
15
16do_install() {
17 oe_runmake install DESTDIR=${D}
18}
19
20FILES_${PN} = "${libdir}/* \
21 ${datadir}/* "