diff options
| author | Robert Joslyn <robert.joslyn@redrectangle.org> | 2022-02-05 14:34:58 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-02-05 15:26:38 -0800 |
| commit | 6d75a8b9866ba875a3af7b085c02709bef6d816c (patch) | |
| tree | 0266a7c491e97212e64c946fae5a798438e08450 | |
| parent | 95f7f8c51de5617bb7451b7adbf22741fec73644 (diff) | |
| download | meta-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" | |||
| 2 | HOMEPAGE = "https://github.com/vcrhonek/hwdata" | 2 | HOMEPAGE = "https://github.com/vcrhonek/hwdata" |
| 3 | SECTION = "System/Base" | 3 | SECTION = "System/Base" |
| 4 | 4 | ||
| 5 | LICENSE = "GPL-2.0+" | 5 | LICENSE = "GPL-2.0+ | XFree86-1.0" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" |
| 7 | 7 | ||
| 8 | SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" | 8 | SRCREV = "66a9f63255a06e2d9ec49501188ca47cb537675b" |
| 9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" | 9 | SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | inherit allarch | ||
| 13 | |||
| 12 | do_configure() { | 14 | do_configure() { |
| 13 | ${S}/configure --datadir=${datadir} --libdir=${libdir} | 15 | ${S}/configure --datadir=${datadir} --libdir=${libdir} |
| 14 | } | 16 | } |
| 15 | 17 | ||
| 18 | do_compile[noexec] = "1" | ||
| 19 | |||
| 16 | do_install() { | 20 | do_install() { |
| 17 | oe_runmake install DESTDIR=${D} | 21 | oe_runmake install DESTDIR=${D} |
| 18 | } | 22 | } |
