[oe-commits] [openembedded-core] 02/05: kern-tools: Add SPDX license headers to source files

git at git.openembedded.org git at git.openembedded.org
Wed Aug 14 16:35:59 UTC 2019


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

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

commit eb60f1544fcafcfed7baecceec4549c4e86989a3
Author: Bruce Ashfield <bruce.ashfield at gmail.com>
AuthorDate: Wed Aug 14 11:31:30 2019 -0400

    kern-tools: Add SPDX license headers to source files
    
    Integrating the following commit:
    
        Add SPDX license headers to source files
    
        Kconfiglib/* were under ISC license before they were imported
        here from https://github.com/ulfalizer/Kconfiglib
        Adjusting SPDX header to reflect that fact.
    
        tools/* all have some sort of GPLv2 headers; adding SPDX header
        to make it obvious.
    
        This address bug #13334 :
        https://bugzilla.yoctoproject.org/show_bug.cgi?id=13334
    
        Change-Id: I243f2dd266a398f982798b771e74a67be70ecb52
        Signed-off-by: William Bourque <wbourque at gmail.com>
    
    Signed-off-by: William Bourque <wbourque at gmail.com>
    Signen-off-by: Bruce Ashfield <bruce.ashfield at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/kern-tools/kern-tools-native_git.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
index 5c1d7f6..c8e736a 100644
--- a/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
+++ b/meta/recipes-kernel/kern-tools/kern-tools-native_git.bb
@@ -1,10 +1,10 @@
 SUMMARY = "Tools for managing Yocto Project style branched kernels"
 LICENSE = "GPLv2"
-LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=a6c2fa8aef1bda400e2828845ba0d06c"
+LIC_FILES_CHKSUM = "file://git/tools/kgit;beginline=5;endline=9;md5=9c30e971d435e249624278c3e343e501"
 
 DEPENDS = "git-native"
 
-SRCREV = "af1a779f662c81da521e4d602f3c6446547d12a2"
+SRCREV = "7604d2d1a49d88e38d5b5854209dc1435b790893"
 PR = "r12"
 PV = "0.2+git${SRCPV}"
 

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


More information about the Openembedded-commits mailing list