mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
base-passwd: LICENSE changed to GPLv2
The source code such as update-passwd.c states the license to be under GPL v2 only and does not contain the "or later" clause so correct the recipe LICENSE field to match. (From OE-Core rev: fd1bda7bf0b750ea8ee62c116bec6b9ed1ba963d) Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1efe10076d
commit
9bfeac22a1
@@ -1,7 +1,7 @@
|
||||
SUMMARY = "Base system master password/group files"
|
||||
DESCRIPTION = "The master copies of the user database files (/etc/passwd and /etc/group). The update-passwd tool is also provided to keep the system databases synchronized with these master files."
|
||||
SECTION = "base"
|
||||
LICENSE = "GPLv2+"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a"
|
||||
|
||||
RECIPE_NO_UPDATE_REASON = "Version 3.5.38 requires cdebconf for update-passwd utility"
|
||||
|
||||
Reference in New Issue
Block a user