DRAFT poco-vendor.inc: Correct LICENSE
superflore maps "Boost Software License 1.0" to "Boost-1.0", which is what Gentoo expects, but OE expects the SPDX standard name: "BSL-1.0".
This commit is contained in:
parent
5b16f1ca67
commit
ce4a4d4a72
|
@ -1,3 +1,7 @@
|
||||||
# Copyright (c) 2019 LG Electronics, Inc.
|
# Copyright (c) 2019 LG Electronics, Inc.
|
||||||
|
|
||||||
|
# superflore maps "Boost Software License 1.0" to "Boost-1.0", which is what Gentoo expects, but it's non-standard.
|
||||||
|
_LICENSE := "${LICENSE}"
|
||||||
|
LICENSE = "${@'${_LICENSE}'.replace('Boost-', 'BSL-')}"
|
||||||
|
|
||||||
ALLOW_EMPTY_${PN} = "1"
|
ALLOW_EMPTY_${PN} = "1"
|
||||||
|
|
Loading…
Reference in New Issue