Advertisement
Guest User

Untitled

a guest
Oct 8th, 2015
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. SUMMARY = "Welcome message for My Project"
  2.  
  3. LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
  4. file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  5. LICENSE = "MIT"
  6. FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
  7.  
  8. SRC_URI = "file://issue \
  9. file://issue.net \
  10. "
  11.  
  12. do_install() {
  13. install -d {sysconfdir}
  14. install ${WORKDIR}/issue ${sysconfdir}/issue
  15. install ${WORKDIR}/issue.net ${sysconfdir}/issue.net
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement