summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/hwdata/hwdata_0.356.bb (renamed from meta-oe/recipes-support/hwdata/hwdata_0.347.bb)8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb
index 3713004e8a..6c2ae5e5a1 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb
@@ -2,17 +2,21 @@ DESCRIPTION = "Hardware identification and configuration data"
2HOMEPAGE = "https://github.com/vcrhonek/hwdata" 2HOMEPAGE = "https://github.com/vcrhonek/hwdata"
3SECTION = "System/Base" 3SECTION = "System/Base"
4 4
5LICENSE = "GPL-2.0+" 5LICENSE = "GPL-2.0+ | XFree86-1.0"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
7 7
8SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" 8SRCREV = "66a9f63255a06e2d9ec49501188ca47cb537675b"
9SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" 9SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https"
10S = "${WORKDIR}/git" 10S = "${WORKDIR}/git"
11 11
12inherit allarch
13
12do_configure() { 14do_configure() {
13 ${S}/configure --datadir=${datadir} --libdir=${libdir} 15 ${S}/configure --datadir=${datadir} --libdir=${libdir}
14} 16}
15 17
18do_compile[noexec] = "1"
19
16do_install() { 20do_install() {
17 oe_runmake install DESTDIR=${D} 21 oe_runmake install DESTDIR=${D}
18} 22}