[oe] [meta-oe][PATCH] cpupower: update license file checksum

Daniel Díaz daniel.diaz at linaro.org
Mon Apr 22 20:08:45 UTC 2019


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>
---
 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 928973871..c7ea087a5 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"
 
-- 
2.17.1



More information about the Openembedded-devel mailing list