[oe-commits] [meta-openembedded] 02/02: cpupower: Update LIC_FILES_CHKSUM

git at git.openembedded.org git at git.openembedded.org
Tue Oct 16 13:48:05 UTC 2018


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 7023d0f1171725118de3882c78bf64998f4bc697
Author: Mingli Yu <Mingli.Yu at windriver.com>
AuthorDate: Mon Oct 15 22:24:51 2018 -0700

    cpupower: Update LIC_FILES_CHKSUM
    
    Update LIC_FILES_CHKSUM for cpupower as
    the COPYING file which is used for LIC_FILES_CHKSUM
    has been changed in below commit:
    commit bf02d491237eea10290bd379bf7fc8c37ac6c3b4
    Author: Mauro Carvalho Chehab <mchehab at s-opensource.com>
    Date:   Fri Mar 23 06:51:06 2018 -0300
    
        COPYING: use the new text with points to the license files
    
        Now that we have a new COPYING file with points to the
        Linux license files, replace it with the old content.
    
        This patch does:
         1 file changed, 0 insertions(+), 0 deletions(-)
         rename COPYING.new => COPYING (100%)
    
        Reviewed-by: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
        Signed-off-by: Mauro Carvalho Chehab <mchehab at s-opensource.com>
        Signed-off-by: Jonathan Corbet <corbet at lwn.net>
    
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    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 4abd273..4544f5b 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=d7810fab7487fb0aad327b76f1be7cd7"
+LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
 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