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 <[email protected]> --- .../hwdata/{hwdata_0.347.bb => hwdata_0.356.bb} | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/hwdata/{hwdata_0.347.bb => hwdata_0.356.bb} (79%) diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.347.bb b/meta-oe/recipes-support/hwdata/hwdata_0.356.bb similarity index 79% rename from meta-oe/recipes-support/hwdata/hwdata_0.347.bb rename to meta-oe/recipes-support/hwdata/hwdata_0.356.bb index 3713004e8..6c2ae5e5a 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" HOMEPAGE = "https://github.com/vcrhonek/hwdata" SECTION = "System/Base" -LICENSE = "GPL-2.0+" +LICENSE = "GPL-2.0+ | XFree86-1.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57" -SRCREV = "ae89c73d89bb9f416b25ad9e850e9606e66a573e" +SRCREV = "66a9f63255a06e2d9ec49501188ca47cb537675b" SRC_URI = "git://github.com/vcrhonek/${BPN}.git;branch=master;protocol=https" S = "${WORKDIR}/git" +inherit allarch + do_configure() { ${S}/configure --datadir=${datadir} --libdir=${libdir} } +do_compile[noexec] = "1" + do_install() { oe_runmake install DESTDIR=${D} } -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#95232): https://lists.openembedded.org/g/openembedded-devel/message/95232 Mute This Topic: https://lists.openembedded.org/mt/88939102/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
