summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libjs
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libjs')
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb1
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb1
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb1
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb6
-rw-r--r--meta-oe/recipes-support/libjs/libjs-sizzle_1.10.18.bb3
5 files changed, 5 insertions, 7 deletions
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb
index 38ffd032ab..f4e26a65fc 100644
--- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb
+++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb
@@ -7,7 +7,6 @@ SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main"
7 7
8SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" 8SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506"
9 9
10S = "${WORKDIR}/git"
11 10
12JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" 11JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie"
13JQUERYCOOKIEDOCDIR = "${docdir}/libjs-jquery-cookie" 12JQUERYCOOKIEDOCDIR = "${docdir}/libjs-jquery-cookie"
diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb b/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb
index b6147ffeb2..cbf5700a5b 100644
--- a/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb
+++ b/meta-oe/recipes-support/libjs/libjs-jquery-globalize_1.7.0.bb
@@ -3,7 +3,6 @@ SECTION = "console/network"
3HOMEPAGE = "https://github.com/globalizejs/globalize" 3HOMEPAGE = "https://github.com/globalizejs/globalize"
4LICENSE = "MIT" 4LICENSE = "MIT"
5 5
6S = "${WORKDIR}/git"
7 6
8LIC_FILES_CHKSUM = "file://LICENSE;md5=4db68fb4d1d9986d736b35039f2ad9ea" 7LIC_FILES_CHKSUM = "file://LICENSE;md5=4db68fb4d1d9986d736b35039f2ad9ea"
9 8
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 63dfc6fa78..88fbc109ee 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
@@ -9,7 +9,6 @@ SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV}"
9 9
10SRCREV = "c8c1af84e4b90b4aea31466aad09bf877619e943" 10SRCREV = "c8c1af84e4b90b4aea31466aad09bf877619e943"
11 11
12S = "${WORKDIR}/git"
13 12
14do_install() { 13do_install() {
15 install -d ${D}${datadir}/javascript/jquery-icheck/ 14 install -d ${D}${datadir}/javascript/jquery-icheck/
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 4f0d8e5548..be8a29d998 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
@@ -7,11 +7,13 @@ SRC_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/${BPN}_${PV}~d
7 7
8SRC_URI[sha256sum] = "e04d192c2356e9d4c2b2c7d83fde9408713212b53c4d106e5b9e46c1a56da33b" 8SRC_URI[sha256sum] = "e04d192c2356e9d4c2b2c7d83fde9408713212b53c4d106e5b9e46c1a56da33b"
9 9
10UPSTREAM_CHECK_URI = "http://kr.archive.ubuntu.com/ubuntu/pool/main/j/jquery/"
11UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)"
12
10JQUERYDIR = "${datadir}/javascript/jquery" 13JQUERYDIR = "${datadir}/javascript/jquery"
11JQUERYDOCDIR = "${docdir}/libjs-jquery" 14JQUERYDOCDIR = "${docdir}/libjs-jquery"
12 15
13S = "${WORKDIR}/sources" 16S = "${UNPACKDIR}"
14UNPACKDIR = "${S}"
15 17
16do_install() { 18do_install() {
17 install -d -m 0755 ${D}${JQUERYDIR} 19 install -d -m 0755 ${D}${JQUERYDIR}
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 e639ce59d8..ffd26d263c 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
@@ -4,10 +4,9 @@ LICENSE = "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"
7SRC_URI[md5sum] = "91477c1edeef9f8100ffd6c4d31725b5"
8SRC_URI[sha256sum] = "8e04ab84bb74b2e338dffc63cd2e52b007f1d8af01b3d25da4d2e07f2b5890f8" 7SRC_URI[sha256sum] = "8e04ab84bb74b2e338dffc63cd2e52b007f1d8af01b3d25da4d2e07f2b5890f8"
9 8
10S = "${WORKDIR}/sizzle-${PV}" 9S = "${UNPACKDIR}/sizzle-${PV}"
11 10
12SIZZLEDIR = "${S}/dist" 11SIZZLEDIR = "${S}/dist"
13 12