summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb')
-rw-r--r--meta-oe/recipes-support/libjs/libjs-jquery_3.3.1.bb3
1 files changed, 2 insertions, 1 deletions
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 9130b110a..4f0d8e554 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
@@ -10,7 +10,8 @@ SRC_URI[sha256sum] = "e04d192c2356e9d4c2b2c7d83fde9408713212b53c4d106e5b9e46c1a5
10JQUERYDIR = "${datadir}/javascript/jquery" 10JQUERYDIR = "${datadir}/javascript/jquery"
11JQUERYDOCDIR = "${docdir}/libjs-jquery" 11JQUERYDOCDIR = "${docdir}/libjs-jquery"
12 12
13S = "${WORKDIR}" 13S = "${WORKDIR}/sources"
14UNPACKDIR = "${S}"
14 15
15do_install() { 16do_install() {
16 install -d -m 0755 ${D}${JQUERYDIR} 17 install -d -m 0755 ${D}${JQUERYDIR}