diff options
author | Ross Burton <ross.burton@intel.com> | 2016-08-05 16:15:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-25 22:54:49 +0100 |
commit | ffcc52e90d4d4bae565e7982048bba622064752a (patch) | |
tree | 6ad66fd736185c559cbe1559b8551c6fc2e61177 | |
parent | 988f77af3eaf49692bbd456bfe692c507dfa5fbe (diff) | |
download | poky-ffcc52e90d4d4bae565e7982048bba622064752a.tar.gz |
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>
-rw-r--r-- | meta/recipes-extended/hdparm/hdparm_9.48.bb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/recipes-extended/hdparm/hdparm_9.48.bb b/meta/recipes-extended/hdparm/hdparm_9.48.bb index ec3d26f420..cd85776cf8 100644 --- a/meta/recipes-extended/hdparm/hdparm_9.48.bb +++ b/meta/recipes-extended/hdparm/hdparm_9.48.bb | |||
@@ -2,8 +2,12 @@ SUMMARY = "Utility for viewing/manipulating IDE disk drive/driver parameters" | |||
2 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ | 2 | DESCRIPTION = "hdparm is a Linux shell utility for viewing \ |
3 | and manipulating various IDE drive and driver parameters." | 3 | and manipulating various IDE drive and driver parameters." |
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "BSD" | 5 | |
6 | LICENSE = "BSD & GPLv2" | ||
7 | LICENSE_${PN} = "BSD" | ||
8 | LICENSE_${PN}-dbg = "BSD" | ||
6 | LICENSE_wiper = "GPLv2" | 9 | LICENSE_wiper = "GPLv2" |
10 | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ | 11 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \ |
8 | file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \ | 12 | file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \ |
9 | file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ | 13 | file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \ |