Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- DESCRIPTION = "qtapp initialization"
- LICENSE = "CLOSED"
- SRC_URI = "file://qtapp"
- do_install () {
- install -d ${D}${sysconfdir}/init.d
- install -m 0755 ${WORKDIR}/qtapp ${D}${sysconfdir}/init.d
- }
- INITSCRIPT_NAME = "qtapp"
- inherit update-rc.d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement