Advertisement
Guest User

Untitled

a guest
Apr 15th, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. DESCRIPTION = "qtapp initialization"
  2. LICENSE = "CLOSED"
  3.  
  4. SRC_URI = "file://qtapp"
  5.  
  6. do_install () {
  7.  
  8. install -d ${D}${sysconfdir}/init.d
  9. install -m 0755 ${WORKDIR}/qtapp ${D}${sysconfdir}/init.d
  10.  
  11. }
  12.  
  13. INITSCRIPT_NAME = "qtapp"
  14.  
  15. inherit update-rc.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement