Poky jethro has libgomp ( GNU OpenMP ) license marked as GPL-3.0,
where's in fact the correct is GPL-3.0 with GCC Library Runtime Exception
Signed-off-by: Helio Chissini de Castro <helio.castro@bmw-carit.de>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
LICENSE_libitm-dev = "GPL-3.0-with-GCC-exception"
LICENSE_libitm-staticdev = "GPL-3.0-with-GCC-exception"
-LICENSE_libgomp = "GPLv3"
-LICENSE_libgomp-dev = "GPLv3"
-LICENSE_libgomp-staticdev = "GPLv3"
+LICENSE_libgomp = "GPL-3.0-with-GCC-exception"
+LICENSE_libgomp-dev = "GPL-3.0-with-GCC-exception"
+LICENSE_libgomp-staticdev = "GPL-3.0-with-GCC-exception"
# The base package doesn't exist, so we clear the recommends.
RRECOMMENDS_${PN}-dbg = ""