[oe-commits] [meta-openembedded] 39/44: packagegroup-tools-bluetooth: Fix incorrect LIC_FILES_CHKSUMs

git at git.openembedded.org git at git.openembedded.org
Wed Jul 27 14:46:57 UTC 2016


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

commit b103e542992ed601add7640eb76491784a537ddd
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Wed Jul 27 14:52:21 2016 +0200

    packagegroup-tools-bluetooth: Fix incorrect LIC_FILES_CHKSUMs
    
    * it was using checksum from old LICENSE file
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
index dde4599..0ede5e5 100644
--- a/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
+++ b/meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb
@@ -2,7 +2,7 @@
 # Released under the MIT license (see COPYING.MIT for the terms)
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
+LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
 SUMMARY = "Set of Bluetooth related tools for inclusion in images"

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


More information about the Openembedded-commits mailing list