[oe-commits] [meta-openembedded] 04/31: cpupower: update license file checksum

git at git.openembedded.org git at git.openembedded.org
Fri Apr 26 17:40:26 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 6848bcb24bdab7db050cdb82b96e2ea66f63be4d
Author: Daniel Díaz <daniel.diaz at linaro.org>
AuthorDate: Mon Apr 22 15:08:45 2019 -0500

    cpupower: update license file checksum
    
    The Linux kernel is GPLv2, at least as far cpupower is
    concerned. Because this recipe reuses the kernel code, and
    said source code can (does) vary across different releases,
    it's best to refer to license by its name.
    
    Use GPL-2.0 from OE common license dir.
    
    Signed-off-by: Daniel Díaz <daniel.diaz at linaro.org>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-kernel/cpupower/cpupower.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-kernel/cpupower/cpupower.bb b/meta-oe/recipes-kernel/cpupower/cpupower.bb
index 9289738..c7ea087 100644
--- a/meta-oe/recipes-kernel/cpupower/cpupower.bb
+++ b/meta-oe/recipes-kernel/cpupower/cpupower.bb
@@ -2,7 +2,7 @@ SUMMARY = "Shows and sets processor power related values"
 DESCRIPTION = "cpupower is a collection of tools to examine and tune power \
 saving related features of your processor."
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
 DEPENDS = "pciutils gettext-native"
 PROVIDES = "virtual/cpupower"
 

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


More information about the Openembedded-commits mailing list