diff options
| author | Ross Burton <ross@burtonini.com> | 2021-11-18 16:11:36 +0000 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-12-08 21:10:23 -0800 |
| commit | 2def8912aabde1433175e414ef18ef1a50eb02aa (patch) | |
| tree | df5d77736eff49398b7c36bd44778280bd5cb100 /meta-python | |
| parent | f9707f700ec6b7f2128ceebf3b9ffec844b4a15e (diff) | |
| download | meta-openembedded-2def8912aabde1433175e414ef18ef1a50eb02aa.tar.gz | |
python3-posix-ipc: set precise BSD license
"BSD" is ambiguous, use the precise license BSD-3-Clause.
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
(cherry picked from commit 4b526f42ed8db2c45bdfa7d1ba0a37e444676e1f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb b/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb index 2377bd5258..c46881cd47 100644 --- a/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb +++ b/meta-python/recipes-devtools/python/python3-posix-ipc_1.0.5.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" | 1 | DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python" |
| 2 | HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" | 2 | HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f" |
| 6 | 6 | ||
| 7 | PYPI_PACKAGE = "posix_ipc" | 7 | PYPI_PACKAGE = "posix_ipc" |
