Advertisement
Guest User

Untitled

a guest
Sep 12th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. DESCRIPTION = "embedded board server"
  2. SECTION = "bins"
  3. LICENSE = "CLOSED"
  4. PR = "r0"
  5.  
  6. SRC_URI = "file://file/"
  7.  
  8. do_install() {
  9. bbdebug 2 "Running do_install embedded_server"
  10. bbdebug 2 "$(pwd)"
  11. bbdebug 2 "$(pwd)"
  12. bbdebug 2 "B:"
  13. bbdebug 2 "${B}"
  14. bbdebug 2 "SRC_URI:"
  15. bbdebug 2 "$SRC_URI"
  16. install -d ${D}${bindir}
  17. install -m 0755 ./../file/public_html.tar ${D}${bindir}/public_html.tar
  18. }
  19. FILES_public_html.tar = "${D}${bindir}/public_html.tar"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement