Advertisement
Guest User

Untitled

a guest
May 11th, 2017
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. do_install_append() {
  2. install -d ${D}${systemd_system_unitdir}/system
  3. install -Dm 0755 ${WORKDIR}/testQML ${D}${bindir}/QtDemo
  4. install -Dm 0644 ${WORKDIR}/testQML.service ${D}${systemd_system_unitdir}/testQML.service
  5.  
  6. }
  7. ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement