Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1.  
  2. SUMMARY = "Common API C++ core generator"
  3.  
  4. LAUNCHER_BASE = "commonapi-generator"
  5. LAUNCHER_LINK = "capicxx-core-gen"
  6.  
  7. require capicxx-native.inc
  8.  
  9. SRC_URI = "https://github.com/GENIVI/${_BPN}-tools/releases/download/${PV}/commonapi-generator.zip"
  10. SRC_URI[sha256sum] = "979abe3c2ff29e6c5e8a61cdfbd262bf837e6a26201593c5e6e38160978f2a21"
  11.  
  12.  
  13. do_install_append() {
  14. install -d ${D}/usr/bin
  15. cp -a --no-preserve=ownership ${WORKDIR}/artifacts.xml ${D}/usr/bin/testing_jah.xml
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement