Commit bc8157e9 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

fixed checksum

parent 53913a6e
......@@ -11,7 +11,7 @@ PR = "r0"
SRC_URI = "http://mirror.elphel.com/elphel393_mirror/jquery-2.2.3.min.js;md5sum=33cabfa15c1060aaa3d207c653afb1ee \
http://mirror.elphel.com/elphel393_mirror/jquery-ui-1.11.4.custom.zip;md5sum=ee19e783272a4fc4a04ff78e92694df2 \
http://mirror.elphel.com/elphel393_mirror/bootstrap-3.3.6-dist.zip;md5sum=229936b042baadfc9f167244575ffe12 \
http://mirror.elphel.com/elphel393_mirror/flot-0.8.3.zip;md5sum=229936b042baadfc9f167244575ffe12 \
http://mirror.elphel.com/elphel393_mirror/flot-0.8.3.zip;md5sum=a134a869d2b3d476a67a86abbe881676 \
"
#SRC_URI[md5sum] = "33cabfa15c1060aaa3d207c653afb1ee"
......@@ -26,6 +26,6 @@ do_install() {
install -m 644 ${WORKDIR}/jquery-2.2.3.min.js ${D}/www/pages/js/
cp -r ${WORKDIR}/jquery-ui-1.11.4.custom ${D}/www/pages/js/jquery-ui/
cp -r ${WORKDIR}/bootstrap-3.3.6-dist ${D}/www/pages/js/bootstrap/
cp -r ${WORKDIR}/flot-0.8.3 ${D}/www/pages/js/flot/
cp -r ${WORKDIR}/flot ${D}/www/pages/js/flot/
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment