Skip to content

Commit

Permalink
[recipe] crankshaft-helpers
Browse files Browse the repository at this point in the history
Added recipe
  • Loading branch information
matt2005 committed Feb 16, 2021
1 parent 51f8298 commit 1c17e5b
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
DESCRIPTION = "Crankshaft Helpers"
SECTION = "libs"
LICENSE = "crankshaft"
HOMEPAGE = "http://getcrankshaft.com"

DEPENDS = "crankshaft"

PR = "r0"
LIC_FILES_CHKSUM = "file://ChangeLog;md5=11dcab5b31f55cab7c13058279c5e923"
SRC_URI= "https://raw.githubusercontent.com/opencardev/prebuilts/master/csmt/crankshaft;name=crankshaft \
https://raw.githubusercontent.com/opencardev/prebuilts/master/openauto/autoapp_helper;name=autoapp_helper \
"
SRC_URI[crankshaft.md5sum] = "26cb4d70aa81284b5830b20c19d72234"
SRC_URI[autoapp_helper.md5sum] = "696884d8ea1137895d71cb395ba7be4e"

do_install() {
install -d ${D}/usr/local/bin
install -m 0644 ${S}/crankshaft ${D}/usr/local/bin/crankshaft
install -m 0644 ${S}/autoapp_helper ${D}/usr/local/bin/autoapp_helper
}

0 comments on commit 1c17e5b

Please sign in to comment.