summaryrefslogtreecommitdiff
path: root/recipes-support
diff options
context:
space:
mode:
authorJeff Hatch <jhatch@multitech.com>2017-05-30 15:55:58 -0500
committerJeff Hatch <jhatch@multitech.com>2017-05-30 15:55:58 -0500
commitffc8eb97709544e1ee5cc8652e7c3a160de55c06 (patch)
treef3d3a533feaca8bcfa6468efaf04d0ce93263f97 /recipes-support
parent5d7686064960f8e239563832a194aa208e351455 (diff)
downloadmeta-mlinux-ffc8eb97709544e1ee5cc8652e7c3a160de55c06.tar.gz
meta-mlinux-ffc8eb97709544e1ee5cc8652e7c3a160de55c06.tar.bz2
meta-mlinux-ffc8eb97709544e1ee5cc8652e7c3a160de55c06.zip
Fix jsparser recipe to install jsparser binary in morty
Diffstat (limited to 'recipes-support')
-rw-r--r--recipes-support/multitech/jsparser_0.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-support/multitech/jsparser_0.3.bb b/recipes-support/multitech/jsparser_0.3.bb
index e5e2687..a7a4645 100644
--- a/recipes-support/multitech/jsparser_0.3.bb
+++ b/recipes-support/multitech/jsparser_0.3.bb
@@ -13,6 +13,7 @@ SRC_URI = "git://git.multitech.net/jsparser;branch=master \
S = "${WORKDIR}/git"
do_install_append() {
+ oe_runmake install DESTDIR=${D}
install -d ${D}/usr/bin
install -m 755 ${WORKDIR}/jspp ${D}/usr/bin/jspp
}