Advertisement
Guest User

Untitled

a guest
Nov 9th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. LICENSE = "CLOSED"
  2. LIC_FILES_CHKSUM = ""
  3.  
  4. # No information for SRC_URI yet (only an external source tree was specified)
  5. SRC_URI = "file://test.txt"
  6.  
  7. do_configure () {
  8. :
  9. }
  10.  
  11. do_compile () {
  12. :
  13. }
  14.  
  15. do_install () {
  16. install -d ${D}/usr/share/foo
  17. install -p ${WORKDIR}/test.txt ${D}/usr/share/foo/
  18. :
  19. }
  20.  
  21. BBCLASSEXTEND =+ "native nativesdk"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement