mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-18 08:15:56 +01:00
zeromq: consider license exception over LGPL-3.0
MJ: v1 was already merged before LGPLv3+ was dropped from LICENSE based on https://lists.openembedded.org/g/openembedded-devel/message/103320 causing: ERROR: QA Issue: Recipe LICENSE includes obsolete licenses LGPLv3+ [obsolete-license] Signed-off-by: Remi Peuvergne <remi.peuvergne@non.se.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
92fa8f33d2
commit
144bc977c7
|
|
@ -1,6 +1,6 @@
|
|||
DESCRIPTION = "ZeroMQ looks like an embeddable networking library but acts like a concurrency framework"
|
||||
HOMEPAGE = "http://www.zeromq.org"
|
||||
LICENSE = "LGPL-3.0-with-zeromq-exception | LGPLv3+"
|
||||
LICENSE = "LGPL-3.0-with-zeromq-exception"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.LESSER;md5=d5311495d952062e0e4fbba39cbf3de1"
|
||||
|
||||
PACKAGECONFIG ??= "libsodium"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user