summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libjs
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-03-04 00:44:20 -0800
committerKhem Raj <raj.khem@gmail.com>2022-03-04 17:41:45 -0800
commit14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295 (patch)
tree5b71e3261028cf7043840154af1a9ae140b8a61e /meta-oe/recipes-support/libjs
parent66298242119cf805e757b9af8a7ceaf39c05d69a (diff)
downloadmeta-openembedded-14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295.tar.gz
recipes: Update LICENSE variable to use SPDX license identifiers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/libjs')
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb2
-rw-r--r--meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb b/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb
index 1a5c35a4d2..9130b110a8 100644
--- a/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb
+++ b/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb
@@ -1,6 +1,6 @@
1SUMMARY = "JavaScript library for dynamic web applications" 1SUMMARY = "JavaScript library for dynamic web applications"
2HOMEPAGE = "https://jquery.com/" 2HOMEPAGE = "https://jquery.com/"
3LICENSE = "GPL-2 | MIT" 3LICENSE = "GPL-2.0-only | MIT"
4LIC_FILES_CHKSUM = "file://usr/share/doc/libjs-jquery/copyright;md5=04bfd6e5b918af29f2f79ce44527da62" 4LIC_FILES_CHKSUM = "file://usr/share/doc/libjs-jquery/copyright;md5=04bfd6e5b918af29f2f79ce44527da62"
5 5
6SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~dfsg-3_all.deb" 6SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~dfsg-3_all.deb"
diff --git a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
index 417a11f502..e639ce59d8 100644
--- a/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
+++ b/meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb
@@ -1,6 +1,6 @@
1SUMMARY = "Pure-JavaScript CSS selector engine" 1SUMMARY = "Pure-JavaScript CSS selector engine"
2HOMEPAGE = "https://github.com/jquery/sizzle/wiki" 2HOMEPAGE = "https://github.com/jquery/sizzle/wiki"
3LICENSE = "GPL-2.0 & MIT & AFL-2.1" 3LICENSE = "GPL-2.0-only & MIT & AFL-2.1"
4LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9" 4LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9"
5 5
6SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz" 6SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz"