Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- do_install_append() {
- install -d ${D}${systemd_system_unitdir}/system
- install -Dm 0755 ${WORKDIR}/testQML ${D}${bindir}/QtDemo
- install -Dm 0644 ${WORKDIR}/testQML.service ${D}${systemd_system_unitdir}/testQML.service
- }
- ~
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement