summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2024-08-12 22:08:54 +0200
committerArmin Kuster <akuster808@gmail.com>2024-08-14 10:19:55 -0400
commit64c481d017c1b5b5eae619a367a5e8fa00f1b156 (patch)
treeeefe353d1b71849a72efea9d4728a9aa81d4f492
parent142c97ff8ea5f2053bbb99823f5931fc8f3eb533 (diff)
downloadmeta-openembedded-64c481d017c1b5b5eae619a367a5e8fa00f1b156.tar.gz
libjs-jquery-icheck: Correct LIC_FILES_CHKSUM
Only include the lines from icheck.js that cover the copyright and the license text. License-Update: Only include the relevant parts of icheck.js Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb b/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb
index 31c3534b88..63dfc6fa78 100644
--- a/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb
+++ b/meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb
@@ -3,7 +3,7 @@ SECTION = "console/network"
3HOMEPAGE = "http://fronteed.com/iCheck" 3HOMEPAGE = "http://fronteed.com/iCheck"
4 4
5LICENSE = "MIT" 5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://icheck.js;start_line=1;end_line=8;md5=404078d7de9f05ed64d364274f790055" 6LIC_FILES_CHKSUM = "file://icheck.js;beginline=6;endline=7;md5=ea25eee37fc3b14403e215bfe13564bc"
7 7
8SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV}" 8SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV}"
9 9