mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
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>
This commit is contained in:
@@ -5,11 +5,9 @@ HOMEPAGE = "http://fronteed.com/iCheck"
|
|||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
LIC_FILES_CHKSUM = "file://icheck.js;start_line=1;end_line=8;md5=404078d7de9f05ed64d364274f790055"
|
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}"
|
SRCREV = "c8c1af84e4b90b4aea31466aad09bf877619e943"
|
||||||
|
|
||||||
FILES:${PN} += "${datadir}/javascript/jquery-icheck"
|
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@@ -40,3 +38,5 @@ do_install() {
|
|||||||
install -m 0644 ${S}/skins/square/* ${D}${datadir}/javascript/jquery-icheck/skins/square/
|
install -m 0644 ${S}/skins/square/* ${D}${datadir}/javascript/jquery-icheck/skins/square/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FILES:${PN} += "${datadir}/javascript/jquery-icheck"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user