diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-04 00:44:20 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-04 17:41:45 -0800 |
| commit | 14c7d8a0d7cb843ac8b0d25cc4170fa640ac1295 (patch) | |
| tree | 5b71e3261028cf7043840154af1a9ae140b8a61e /meta-oe/recipes-support/libjs | |
| parent | 66298242119cf805e757b9af8a7ceaf39c05d69a (diff) | |
| download | meta-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.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb | 2 |
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 @@ | |||
| 1 | SUMMARY = "JavaScript library for dynamic web applications" | 1 | SUMMARY = "JavaScript library for dynamic web applications" |
| 2 | HOMEPAGE = "https://jquery.com/" | 2 | HOMEPAGE = "https://jquery.com/" |
| 3 | LICENSE = "GPL-2 | MIT" | 3 | LICENSE = "GPL-2.0-only | MIT" |
| 4 | LIC_FILES_CHKSUM = "file://usr/share/doc/libjs-jquery/copyright;md5=04bfd6e5b918af29f2f79ce44527da62" | 4 | LIC_FILES_CHKSUM = "file://usr/share/doc/libjs-jquery/copyright;md5=04bfd6e5b918af29f2f79ce44527da62" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~dfsg-3_all.deb" | 6 | SRC_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 @@ | |||
| 1 | SUMMARY = "Pure-JavaScript CSS selector engine" | 1 | SUMMARY = "Pure-JavaScript CSS selector engine" |
| 2 | HOMEPAGE = "https://github.com/jquery/sizzle/wiki" | 2 | HOMEPAGE = "https://github.com/jquery/sizzle/wiki" |
| 3 | LICENSE = "GPL-2.0 & MIT & AFL-2.1" | 3 | LICENSE = "GPL-2.0-only & MIT & AFL-2.1" |
| 4 | LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9" | 4 | LIC_FILES_CHKSUM = "file://MIT-LICENSE.txt;md5=e43aa437a6a1ba421653bd5034333bf9" |
| 5 | 5 | ||
| 6 | SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz" | 6 | SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/universe/s/sizzle/sizzle_1.10.18.orig.tar.gz" |
