From: Denys Dmytriyenko <[email protected]>

OE-Core recently removed ambiguous "BSD" license[1] in order for recipes to
be more specific and use the exact variants of BSD. Update meta-arago recipes
with "BSD-3-Clause" as that was the previous default.

[1] 
https://git.openembedded.org/openembedded-core/commit/?id=14d4c007c49652d836d325a12bdbcd3bfa42e6d5

Signed-off-by: Denys Dmytriyenko <[email protected]>
---
 meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb            | 2 +-
 .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb              | 2 +-
 .../recipes-apps/image-gallery/image-gallery_git.bb             | 2 +-
 meta-arago-extras/recipes-apps/thermostat-demo/qt-tstat_2.0.bb  | 2 +-
 .../recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb      | 2 +-
 .../recipes-connectivity/openntpd/openntpd_3.9p1.bb             | 2 +-
 .../wpa-supplicant/wpa-supplicant-wl18xx.bb                     | 2 +-
 .../recipes-connectivity/wpa-supplicant/wpa-supplicant.inc      | 2 +-
 meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb     | 2 +-
 meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb | 2 +-
 meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb         | 2 +-
 meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config.bb | 2 +-
 meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb     | 2 +-
 .../recipes-core/oprofile-example/oprofile-example_git.bb       | 2 +-
 .../recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb   | 2 +-
 .../ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb        | 2 +-
 .../ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb    | 2 +-
 .../ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb            | 2 +-
 meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb | 2 +-
 meta-arago-extras/recipes-devtools/cpuloadgen/cpuloadgen_git.bb | 2 +-
 meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb   | 2 +-
 meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb     | 2 +-
 .../pinmux-utility/pinmux-utility_1.0.1076.3.bb                 | 2 +-
 .../recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb   | 2 +-
 .../recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb   | 2 +-
 meta-arago-extras/recipes-support/liboil/liboil_0.3.17.bb       | 2 +-
 meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb         | 2 +-
 meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb          | 2 +-
 .../recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb             | 2 +-
 .../recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb              | 2 +-
 meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb        | 2 +-
 meta-arago-extras/recipes-ti/ocl/clocl_git.bb                   | 2 +-
 meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb         | 2 +-
 meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb      | 2 +-
 meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb          | 2 +-
 meta-arago-extras/recipes-ti/ocl/opencl_git.bb                  | 2 +-
 meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc            | 2 +-
 meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb           | 2 +-
 meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb      | 2 +-
 meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb        | 2 +-
 40 files changed, 40 insertions(+), 40 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb 
b/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb
index 85cf2554..4e3f9443 100644
--- a/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb
+++ b/meta-arago-distro/recipes-tisdk/parse-ip/parse-ip.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Script to parse ip address during boot and make it available to 
the host system using shared partitions"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://init;beginline=3;endline=31;md5=f82ddb19a87f97193d08feacfd0e4903"
 
 COMPATIBLE_MACHINE = "ti33x|ti43x"
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb 
b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
index a8b524ed..5524ffcb 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Package containing scripts to setup the development host and 
target board"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e"
 
 PR = "r46"
diff --git a/meta-arago-extras/recipes-apps/image-gallery/image-gallery_git.bb 
b/meta-arago-extras/recipes-apps/image-gallery/image-gallery_git.bb
index 537cec01..9625084b 100644
--- a/meta-arago-extras/recipes-apps/image-gallery/image-gallery_git.bb
+++ b/meta-arago-extras/recipes-apps/image-gallery/image-gallery_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Image Gallery"
 HOMEPAGE = "https://gitorious.org/image-gallery";
 SECTION = "multimedia"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9c57cc1cdee589f97cbba69e95a89a15"
 
 require recipes-core/matrix/matrix-gui-paths.inc
diff --git a/meta-arago-extras/recipes-apps/thermostat-demo/qt-tstat_2.0.bb 
b/meta-arago-extras/recipes-apps/thermostat-demo/qt-tstat_2.0.bb
index c4eb10ee..84ef96ea 100644
--- a/meta-arago-extras/recipes-apps/thermostat-demo/qt-tstat_2.0.bb
+++ b/meta-arago-extras/recipes-apps/thermostat-demo/qt-tstat_2.0.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Qt Thermostat Demo"
 HOMEPAGE = "https://gitorious.org/thermostat-demo";
 
-LICENSE = "BSD & CC-BY-SA-2.0 & CC-BY-SA-3.0 & MIT"
+LICENSE = "BSD-3-Clause & CC-BY-SA-2.0 & CC-BY-SA-3.0 & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=93a105adb99011afa5baee932b560714 \
                     file://IMAGE-LICENSE;md5=fce98146123de13a189c234a5e4cfa0d \
                     file://API-LICENSE;md5=5e32280d79a1eab76729c50d79ecfe72 \
diff --git 
a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb 
b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb
index 5f6279ad..e0f826e9 100644
--- a/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb
+++ b/meta-arago-extras/recipes-benchmark/arm-benchmarks/arm-benchmarks_1.3.bb
@@ -1,6 +1,6 @@
 SUMMARY = "ARM Benchmarks"
 HOMEPAGE = "https://gforge.ti.com/gf/project/am_benchmarks/";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=7aefb5e1cffc7b6a3ef18b803f957922"
 SECTION = "system"
 
diff --git a/meta-arago-extras/recipes-connectivity/openntpd/openntpd_3.9p1.bb 
b/meta-arago-extras/recipes-connectivity/openntpd/openntpd_3.9p1.bb
index 3ee63054..008d4d33 100644
--- a/meta-arago-extras/recipes-connectivity/openntpd/openntpd_3.9p1.bb
+++ b/meta-arago-extras/recipes-connectivity/openntpd/openntpd_3.9p1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "OpenNTPD is a FREE, easy to use implementation 
of the \
 Network Time Protocol."
 HOMEPAGE = "http://www.openntpd.org/";
 SECTION = "console/network"
-LICENSE = "BSD & ISC"
+LICENSE = "BSD-3-Clause & ISC"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4b4f5158007cc97e6b0e2325bb99854a"
 
 PR = "r0"
diff --git 
a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
 
b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
index 59e64df2..04ae405e 100644
--- 
a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
+++ 
b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant-wl18xx.bb
@@ -3,7 +3,7 @@
 
 require wpa-supplicant.inc
 
-LICENSE = "GPLv2 | BSD"
+LICENSE = "GPLv2 | BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://../COPYING;md5=292eece3f2ebbaa25608eed8464018a3 \
                     file://../README;md5=3f01d778be8f953962388307ee38ed2b \
                     
file://wpa_supplicant.c;beginline=1;endline=17;md5=35e6d71fea6b15f61a9fac935bcf410f"
diff --git 
a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc 
b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
index 4ed2d353..dad2b824 100644
--- a/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
+++ b/meta-arago-extras/recipes-connectivity/wpa-supplicant/wpa-supplicant.inc
@@ -5,7 +5,7 @@ SUMMARY = "Client for Wi-Fi Protected Access (WPA)"
 HOMEPAGE = "http://hostap.epitest.fi/wpa_supplicant/";
 BUGTRACKER = "http://hostap.epitest.fi/bugz/";
 SECTION = "network"
-LICENSE = "GPLv2 | BSD"
+LICENSE = "GPLv2 | BSD-3-Clause"
 
 inherit pkgconfig
 
diff --git a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb 
b/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
index 0cd24690..6f38b750 100644
--- a/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
+++ b/meta-arago-extras/recipes-core/am-sysinfo/am-sysinfo_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "AM SysInfo"
 HOMEPAGE = "https://gforge.ti.com/gf/project/am_sysinfo/";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://mem_util/mem_util.c;beginline=1;endline=37;md5=8aa8e714ab729cfe8177298af8a5a25d"
 
 SECTION = "system"
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb 
b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
index c9440628..578cff50 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui-browser_2.0.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Simple Qt web display using webengine"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://main.cpp;beginline=9;endline=37;md5=75a9adc782a6df0d3a5419743e9a9f18"
 SECTION = "multimedia"
 
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb 
b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
index 7cd5c82e..c09e8d35 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-gui_2.0.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Matrix GUI Application launcher"
 
-LICENSE = "BSD & MIT"
+LICENSE = "BSD-3-Clause & MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a886c9ef769b2d8271115d2502512e5d"
 
 SECTION = "multimedia"
diff --git a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config.bb 
b/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config.bb
index 95f75b52..16d08d1e 100644
--- a/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config.bb
+++ b/meta-arago-extras/recipes-core/matrix/matrix-lighttpd-config.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "Lighttpd config for Matrix"
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=e4dac5c6ab169aa212feb5028853a579"
 
 inherit allarch
diff --git a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb 
b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
index 10dfada9..4cc9859a 100644
--- a/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
+++ b/meta-arago-extras/recipes-core/matrix/refresh-screen_2.0.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Simple Application to force a screen refresh"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://main.cpp;beginline=9;endline=37;md5=75a9adc782a6df0d3a5419743e9a9f18"
 SECTION = "multimedia"
 
diff --git 
a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb 
b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb
index dd013c87..ff0347d6 100644
--- a/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb
+++ b/meta-arago-extras/recipes-core/oprofile-example/oprofile-example_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "OProfile Example"
 HOMEPAGE = "https://gitorious.org/oprofile-example";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://signal_parent.c;beginline=1;endline=37;md5=3c72149bb458105db5d2e6fbcb2da66e"
 
 SECTION = "system"
diff --git 
a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb 
b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
index 97ed0225..943a1b2b 100644
--- 
a/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
+++ 
b/meta-arago-extras/recipes-core/ti-crypto-examples/ti-crypto-examples_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI Cryptography Example Applications"
 HOMEPAGE = 
"http://arago-project.org/git/projects/?p=crypto-example-apps.git;a=summary";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://AES/aes_256.c;beginline=9;endline=35;md5=8edbb4dee965d2f2eb5ca2822addcae5"
 SECTION = "console"
 DEPENDS += "openssl"
diff --git 
a/meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb
 
b/meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb
index 8cbfc7a4..5eaad599 100644
--- 
a/meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb
+++ 
b/meta-arago-extras/recipes-core/ti-pru-sw-app-loader/ti-pru-sw-app-loader_1.00.00.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "PRU sw application loader"
 HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://interface/prussdrv.c;beginline=1;endline=47;md5=6012fea45c1fbced663277bc90d2163a"
 
 RRECOMMENDS:${PN} = "kernel-module-uio-pru"
diff --git 
a/meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb
 
b/meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb
index d41f4a66..88b86d63 100644
--- 
a/meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb
+++ 
b/meta-arago-extras/recipes-core/ti-pru-sw-edma-library/ti-pru-sw-edma-library_1.00.00.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "eDMA library for use by PRU sw example applications"
 HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://edma.c;beginline=1;endline=46;md5=f6bde95a8e2277050e36b257ca9214a6"
 
 DEPENDS += "virtual/kernel"
diff --git 
a/meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb
 
b/meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb
index 6e602bf0..60bc3d5a 100644
--- 
a/meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb
+++ 
b/meta-arago-extras/recipes-core/ti-pru-sw-examples/ti-pru-sw-examples_1.00.00.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "PRU sw example applications"
 HOMEPAGE = "https://gforge.ti.com/gf/project/pru_sw/";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENCE.txt;md5=c4fd8ee7443c1b2b6238b4b5df796481"
 DEPENDS = "ti-pru-sw-app-loader ti-pru-sw-edma-library"
 RDEPENDS:${PN} = "ti-pru-sw-edma-driver"
diff --git a/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb 
b/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb
index da661a91..b783a22b 100644
--- a/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb
+++ b/meta-arago-extras/recipes-devtools/cmake/extra-cmake-modules.bb
@@ -1,5 +1,5 @@
 UMMARY = "Extra modules and scripts for CMake"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://COPYING-CMAKE-SCRIPTS;md5=54c7042be62e169199200bc6477f04d1"
 
 PV = "1.5.0+gitr${SRCPV}"
diff --git a/meta-arago-extras/recipes-devtools/cpuloadgen/cpuloadgen_git.bb 
b/meta-arago-extras/recipes-devtools/cpuloadgen/cpuloadgen_git.bb
index 9f61ee5f..37842ea0 100644
--- a/meta-arago-extras/recipes-devtools/cpuloadgen/cpuloadgen_git.bb
+++ b/meta-arago-extras/recipes-devtools/cpuloadgen/cpuloadgen_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "Utility to generate specified CPU Load"
 HOMEPAGE = "https://github.com/ptitiano/cpuloadgen";
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c6c2eb46c569d0cd7884089fea6b4f31"
 
 PV = "0.93"
diff --git a/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb 
b/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb
index 3cd0b8e3..d52d5eaf 100644
--- a/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb
+++ b/meta-arago-extras/recipes-devtools/eventdump/eventdump_git.bb
@@ -1,5 +1,5 @@
 SUMMARY = "Utility for parsing system events"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = 
"file://eventdump.c;beginline=1;endline=34;md5=23b59be24a88ddc407b553035f3fd3e9"
 
 PR = "r3"
diff --git a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb 
b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
index 7f63db39..768d5505 100644
--- a/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
+++ b/meta-arago-extras/recipes-devtools/omapconf/omapconf_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "Diagnostic tool for TI OMAP processors"
 HOMEPAGE = "https://github.com/omapconf/omapconf";
 
-LICENSE = "GPLv2 | BSD"
+LICENSE = "GPLv2 | BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=205c83c4e2242a765acb923fc766e914"
 
 PV = "1.75+git${SRCPV}"
diff --git 
a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb
 
b/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb
index 2dfb731d..0a326a95 100644
--- 
a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb
+++ 
b/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_1.0.1076.3.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Texas Instruments Pinmux Utility"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=2b328fcf0477d688d8b85f7310f9e6b9"
 COMPATIBLE_MACHINE = "omapl138"
 
diff --git 
a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb 
b/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb
index c924e8de..75b5b360 100644
--- 
a/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb
+++ 
b/meta-arago-extras/recipes-devtools/pinmux-utility/pinmux-utility_2.5.2.0.bb
@@ -1,5 +1,5 @@
 DESCRIPTION = "Texas Instruments Pinmux Utility"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d69a4aafe4f7b66d5f9c60d6875ebd52"
 COMPATIBLE_MACHINE = "am335x-evm"
 
diff --git 
a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb 
b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
index a11d8192..6e3ec7b3 100644
--- 
a/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
+++ 
b/meta-arago-extras/recipes-graphics/glsdk-example-apps/glsdk-example-apps.bb
@@ -1,6 +1,6 @@
 SUMMARY = "GLSDK example applications"
 HOMEPAGE = "http://git.ti.com/glsdk";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=10a9abb9c5bb19edd83a8cf66eef7148"
 
 DEPENDS = "gstreamer1.0 libdrm libdce ti-ipc wayland weston"
diff --git a/meta-arago-extras/recipes-support/liboil/liboil_0.3.17.bb 
b/meta-arago-extras/recipes-support/liboil/liboil_0.3.17.bb
index 03b77852..a9fb1098 100644
--- a/meta-arago-extras/recipes-support/liboil/liboil_0.3.17.bb
+++ b/meta-arago-extras/recipes-support/liboil/liboil_0.3.17.bb
@@ -2,7 +2,7 @@ SUMMARY = "Library of simple functions optimized for various 
CPUs"
 HOMEPAGE = "http://liboil.freedesktop.org/";
 BUGTRACKER = "https://bugs.freedesktop.org/";
 
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=ad80780d9c5205d63481a0184e199a15 \
                     
file://liboil/liboil.h;endline=28;md5=95c794a66b88800d949fed17e437d9fb \
                     
file://liboil/liboilcpu.c;endline=28;md5=89da69a61d88eedcba066f42353fb75a \
diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb 
b/meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb
index 086497ec..d31f06c9 100644
--- a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl-rtos/clocl-rtos_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "TI OpenCL-C compiler for C66x (Linux hosted)"
 HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/ocl/ocl.inc
 require recipes-ti/includes/arago-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb 
b/meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb
index 18d304b7..d1fffae2 100644
--- a/meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl-rtos/clocl-win_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "TI OpenCL-C compiler for C66x (Windows hosted)"
 HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/ocl/ocl.inc
 require recipes-ti/includes/arago-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb 
b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb
index 2aa130ba..883be797 100644
--- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-examples-rtos_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "TI OpenCL example applications"
 HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/ocl/ocl.inc
 require recipes-ti/includes/arago-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb 
b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb
index 81ab0fa4..2c53f684 100644
--- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-monitor-rtos_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "TI OpenCL compute device firmware for C66x (RTOS)"
 HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/ocl/ocl.inc
 require recipes-ti/includes/arago-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb 
b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
index aa30b52a..bed29bc1 100644
--- a/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl-rtos/opencl-rtos_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "TI OpenCL host runtime (RTOS)"
 HOMEPAGE = "http://software-dl.ti.com/mctools/docs/opencl/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 require recipes-ti/ocl/ocl.inc
 require recipes-ti/includes/arago-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb 
b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
index 5638ef4d..9b2a3aa9 100644
--- a/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/clocl_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI OpenCL offline C compiler for compute devices"
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include ocl.inc
 
diff --git a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb 
b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
index 7e5aaeb8..98b6b64d 100644
--- a/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/opencl-examples_git.bb
@@ -1,6 +1,6 @@
 SUMMARY = "TI OpenCL example applications"
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include ocl.inc
 require recipes-ti/includes/ti-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb 
b/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb
index 44000977..4ec9a547 100644
--- a/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/opencl-monitor-ipu_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI OpenCL M4/IPU device firmware for AM57x"
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include ocl.inc
 require recipes-ti/includes/arago-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb 
b/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb
index 930d270b..c5bfe36a 100644
--- a/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/opencl-monitor_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI OpenCL compute device firmware"
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include ocl.inc
 require recipes-ti/includes/arago-paths.inc
diff --git a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb 
b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb
index 4ee67332..eb708f69 100644
--- a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb
+++ b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb
@@ -1,6 +1,6 @@
 DESCRIPTION = "TI OpenCL host runtime and development packages"
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/opencl/index.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include ocl.inc
 
diff --git a/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc 
b/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
index 7bcccb13..f8774810 100644
--- a/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
+++ b/meta-arago-extras/recipes-ti/openmpacc/openmpacc.inc
@@ -1,6 +1,6 @@
 SUMMARY = "TI OpenMP Accelerator Model"
 HOMEPAGE = "http://downloads.ti.com/mctools/esd/docs/openmpacc/";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 inherit features_check
 
diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb 
b/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb
index 27760ebc..7f37b63b 100644
--- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb
+++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "TIDL API"
 DESCRIPTION = "TIDL API header and library. Refer TIDL API User's Guide for 
details."
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/tidl-api/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include tidl-api.inc
 require recipes-ti/includes/ti-paths.inc
diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb 
b/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb
index 96c9d860..c9756d40 100644
--- a/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb
+++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-examples_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "TIDL API examples"
 DESCRIPTION = "Examples of TIDL API. Refer TIDL API User's Guide for details."
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/tidl-api/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include tidl-api.inc
 require recipes-ti/includes/ti-paths.inc
diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb 
b/meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb
index aa143a7c..644b8626 100644
--- a/meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb
+++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-viewer_git.bb
@@ -1,7 +1,7 @@
 SUMMARY = "TIDL Network Viewer"
 DESCRIPTION = "TIDL Network viewer using dot and graphviz"
 HOMEPAGE = "https://downloads.ti.com/mctools/esd/docs/tidl-api/intro.html";
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 
 include tidl-api.inc
 
-- 
2.25.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13565): 
https://lists.yoctoproject.org/g/meta-arago/message/13565
Mute This Topic: https://lists.yoctoproject.org/mt/89310947/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to