mirror of
https://git.yoctoproject.org/poky
synced 2026-06-03 13:49:49 +00:00
hdparm: set LICENSE correctly
LICENSE is recipe-wide so should be BSD & GPLv2, and then override LICENSE_${PN}
to just BSD as LICENSE_wiper is GPLv2.
(From OE-Core rev: fd1b3fc1dc7ef1621ce6488db0cfa3878bc83a5d)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
988f77af3e
commit
ffcc52e90d
@@ -2,8 +2,12 @@ SUMMARY = "Utility for viewing/manipulating IDE disk drive/driver parameters"
|
|||||||
DESCRIPTION = "hdparm is a Linux shell utility for viewing \
|
DESCRIPTION = "hdparm is a Linux shell utility for viewing \
|
||||||
and manipulating various IDE drive and driver parameters."
|
and manipulating various IDE drive and driver parameters."
|
||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "BSD"
|
|
||||||
|
LICENSE = "BSD & GPLv2"
|
||||||
|
LICENSE_${PN} = "BSD"
|
||||||
|
LICENSE_${PN}-dbg = "BSD"
|
||||||
LICENSE_wiper = "GPLv2"
|
LICENSE_wiper = "GPLv2"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \
|
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \
|
||||||
file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
|
file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
|
||||||
file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \
|
file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \
|
||||||
|
|||||||
Reference in New Issue
Block a user