Advertisement
Guest User

Untitled

a guest
Nov 9th, 2016
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. LICENSE = "CLOSED"
  2. LIC_FILES_CHKSUM = ""
  3.  
  4. SRC_URI = ""
  5.  
  6. inherit allarch
  7.  
  8. do_configure () {
  9. :
  10. }
  11.  
  12. do_compile () {
  13. :
  14. }
  15.  
  16. do_install () {
  17. install -d ${D}/${datadir}/foo
  18. :
  19. }
  20.  
  21. FILES_nativesdk-${PN} = "${datadir_native}"
  22.  
  23. BBCLASSEXTEND =+ "native nativesdk"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement