diff options
| -rw-r--r-- | meta-oe/recipes-support/libjs/libjs-jquery-icheck_1.0.3.bb | 8 |
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" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://icheck.js;start_line=1;end_line=8;md5=404078d7de9f05ed64d364274f790055" | 6 | LIC_FILES_CHKSUM = "file://icheck.js;start_line=1;end_line=8;md5=404078d7de9f05ed64d364274f790055" |
| 7 | 7 | ||
| 8 | DEPENDS = "virtual/libc" | 8 | SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV}" |
| 9 | 9 | ||
| 10 | SRC_URI = "git://github.com/fronteed/icheck.git;protocol=https;branch=${PV};tag=${PV}" | 10 | SRCREV = "c8c1af84e4b90b4aea31466aad09bf877619e943" |
| 11 | |||
| 12 | FILES:${PN} += "${datadir}/javascript/jquery-icheck" | ||
| 13 | 11 | ||
| 14 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 15 | 13 | ||
| @@ -40,3 +38,5 @@ do_install() { | |||
| 40 | install -m 0644 ${S}/skins/square/* ${D}${datadir}/javascript/jquery-icheck/skins/square/ | 38 | install -m 0644 ${S}/skins/square/* ${D}${datadir}/javascript/jquery-icheck/skins/square/ |
| 41 | } | 39 | } |
| 42 | 40 | ||
| 41 | FILES:${PN} += "${datadir}/javascript/jquery-icheck" | ||
| 42 | |||
