aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-11 09:40:55 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-11 09:46:44 -0800
commite2170ac1d5ed17c3daf8957bd6db56703410786d (patch)
treecdb216abb9c83b91b3a8baae7f5020325b6450b9 /meta-oe
parentb79c5e24c6c7198a109d430b3d29750f7b5262b0 (diff)
downloadmeta-openembedded-contrib-e2170ac1d5ed17c3daf8957bd6db56703410786d.tar.gz
libjs-jquery-icheck: Use hardcoded SHA for srcrev
Using tags is not good since it will fail to fetch with no network turned on Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb8
1 files changed, 4 insertions, 4 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 f14b619a94..31c3534b88 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
@@ -5,11 +5,9 @@ HOMEPAGE = "http://fronteed.com/iCheck"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://icheck.js;start_line=1;end_line=8;md5=404078d7de9f05ed64d364274f790055"
-DEPENDS = "virtual/libc"
+SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV}"
-SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV};tag=${PV}"
-
-FILES:${PN} += "${datadir}/javascript/jquery-icheck"
+SRCREV = "c8c1af84e4b90b4aea31466aad09bf877619e943"
S = "${WORKDIR}/git"
@@ -40,3 +38,5 @@ do_install() {
install -m 0644 ${S}/skins/square/* ${D}${datadir}/javascript/jquery-icheck/skins/square/
}
+FILES:${PN} += "${datadir}/javascript/jquery-icheck"
+