[oe-commits] [openembedded-core] 03/32: hdparm: set LICENSE correctly

git at git.openembedded.org git at git.openembedded.org
Tue Aug 23 09:12:18 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit cd6f8059093b1b6e34689266ffe203329cc86565
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Fri Aug 5 16:15:41 2016 +0100

    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.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/hdparm/hdparm_9.48.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/recipes-extended/hdparm/hdparm_9.48.bb b/meta/recipes-extended/hdparm/hdparm_9.48.bb
index ec3d26f..cd85776 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"
 DESCRIPTION = "hdparm is a Linux shell utility for viewing \
 and manipulating various IDE drive and driver parameters."
 SECTION = "console/utils"
-LICENSE = "BSD"
+
+LICENSE = "BSD & GPLv2"
+LICENSE_${PN} = "BSD"
+LICENSE_${PN}-dbg = "BSD"
 LICENSE_wiper = "GPLv2"
+
 LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=910a8a42c962d238619c75fdb78bdb24 \
                     file://debian/copyright;md5=a82d7ba3ade9e8ec902749db98c592f3 \
                     file://wiper/GPLv2.txt;md5=fcb02dc552a041dee27e4b85c7396067 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list