mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17: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> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
53bb7ab6c6
commit
beaed0004f
@@ -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