summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2024-05-30 01:13:49 +0200
committerGyorgy Sarvari <skandigraun@gmail.com>2025-10-01 19:40:58 +0200
commit3836a5ef7a025d0cb017fa28e025922bd6b5cbe2 (patch)
tree60a854319467142c958b7a7674a97c973abbf4b3 /meta-oe
parentdceecf820f8f427bd917aa70b1a66e2380044321 (diff)
downloadmeta-openembedded-3836a5ef7a025d0cb017fa28e025922bd6b5cbe2.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: Khem Raj <raj.khem@gmail.com> (cherry picked from commit e1bced739968a68ed2743d011cd82791d380678b) Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-oe')
-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