mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
xfsprogs: fix the license
The library named "libhandle" and some specific header files are licensed under LGPLv2.1, all other components are licensed under GPLv2. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c37b980597
commit
4b30bf3f56
@@ -1,7 +1,7 @@
|
|||||||
SUMMARY = "XFS Filesystem Utilities"
|
SUMMARY = "XFS Filesystem Utilities"
|
||||||
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
|
HOMEPAGE = "http://oss.sgi.com/projects/xfs"
|
||||||
SECTION = "base"
|
SECTION = "base"
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2 & LGPLv2.1"
|
||||||
LICENSE_libhandle = "LGPLv2.1"
|
LICENSE_libhandle = "LGPLv2.1"
|
||||||
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a"
|
LIC_FILES_CHKSUM = "file://doc/COPYING;md5=dbdb5f4329b7e7145de650e9ecd4ac2a"
|
||||||
DEPENDS = "util-linux"
|
DEPENDS = "util-linux"
|
||||||
|
|||||||
Reference in New Issue
Block a user