mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 11:18:35 +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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
DESCRIPTION = "POSIX IPC primitives (semaphores, shared memory and message queues) for Python"
|
||||
HOMEPAGE = "http://semanchuk.com/philip/posix_ipc/"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=dc089fb2f37e90799a54c19a20c9880f"
|
||||
|
||||
PYPI_PACKAGE = "posix_ipc"
|
||||
|
||||
Reference in New Issue
Block a user