diff options
| author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:56 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:39 -0600 |
| commit | bd7971a8a8615c4a39d60e2f617c2758210d1816 (patch) | |
| tree | bf8cac9334a43ef3fdafda2102a287a4b83ca3ac /meta-ti-bsp/recipes-ti/ipc | |
| parent | af04276c83b32ecb5cf07c14f014f657dbbb7a7b (diff) | |
| download | meta-ti-bd7971a8a8615c4a39d60e2f617c2758210d1816.tar.gz | |
meta-ti: update ambiguous "BSD" license with "BSD-3-Clause"
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-ti 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 <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc')
| -rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc index 34278d4b..3f6b7bce 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" | 1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" |
| 2 | HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | 2 | HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" |
| 3 | 3 | ||
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | 5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" |
| 6 | 6 | ||
| 7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | 7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" |
