summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Joslyn <robert.joslyn@redrectangle.org>2022-02-05 14:34:58 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-05 15:26:38 -0800
commit6d75a8b9866ba875a3af7b085c02709bef6d816c (patch)
tree0266a7c491e97212e64c946fae5a798438e08450
parent95f7f8c51de5617bb7451b7adbf22741fec73644 (diff)
downloadmeta-openembedded-6d75a8b9866ba875a3af7b085c02709bef6d816c.tar.gz
hwdata: Update to 0.356
This data is dual licensed under GPL-2.0-or-later and XFree86-1.0, update LICENSE to reflect this. The data provided by this recipe are plain text files, so allarch can be used. The do_compile step doesn't do anything and can be skipped. Signed-off-by: Robert Joslyn <robert.joslyn@redrectangle.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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}