From 9153575dada19087cea507f81ee4bda3ca0ab2a2 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Tue, 2 Apr 2019 20:50:17 -0700 Subject: [PATCH] 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". --- includes-ros2/poco-vendor/poco-vendor.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/includes-ros2/poco-vendor/poco-vendor.inc b/includes-ros2/poco-vendor/poco-vendor.inc index 47c36c3..9ef471f 100644 --- a/includes-ros2/poco-vendor/poco-vendor.inc +++ b/includes-ros2/poco-vendor/poco-vendor.inc @@ -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"