mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
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 4b526f42ed)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
f9707f700e
commit
2def8912aa
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
|
DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
|
||||||
HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
|
HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
|
||||||
SECTION = "devel/python"
|
SECTION = "devel/python"
|
||||||
LICENSE = "BSD"
|
LICENSE = "BSD-3-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f"
|
||||||
|
|
||||||
PYPI_PACKAGE = "posix_ipc"
|
PYPI_PACKAGE = "posix_ipc"
|
||||||
|
|||||||
Reference in New Issue
Block a user