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:
Herb Kuta 2019-04-02 20:50:17 -07:00
parent 32505bccbc
commit 9153575dad
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
# 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"