diff options
author | Jeff Hatch <jhatch@multitech.com> | 2017-05-30 15:55:58 -0500 |
---|---|---|
committer | Jeff Hatch <jhatch@multitech.com> | 2017-05-30 15:55:58 -0500 |
commit | ffc8eb97709544e1ee5cc8652e7c3a160de55c06 (patch) | |
tree | f3d3a533feaca8bcfa6468efaf04d0ce93263f97 /recipes-support/multitech/jsparser_0.3.bb | |
parent | 5d7686064960f8e239563832a194aa208e351455 (diff) | |
download | meta-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/multitech/jsparser_0.3.bb')
-rw-r--r-- | recipes-support/multitech/jsparser_0.3.bb | 1 |
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 } |