summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/hwdata/hwdata_0.291.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/hwdata/hwdata_0.291.bb')
-rw-r--r--meta-oe/recipes-support/hwdata/hwdata_0.291.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.291.bb b/meta-oe/recipes-support/hwdata/hwdata_0.291.bb
new file mode 100644
index 000000000..f00f73b91
--- /dev/null
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.291.bb
@@ -0,0 +1,21 @@
1DESCRIPTION = "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] = "90ffce584bbcb1a5e77eac8503949f71"
10SRC_URI[sha256sum] = "e1007a96645cb3390aa9c0ed3f090a69d2302ce4d801914b6af1ab4ec85ede4e"
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}/* "