Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. DESCRIPTION = "ttdriver"
  2. SECTION = "examples"
  3. LICENSE = "CLOSED"
  4. PR = "r0"
  5. inherit module
  6. S = "${WORKDIR}/ttdriver"
  7. SRC_URI = "file:///home/lukas/yocto/openembedded-core/ttmdriver.zip"
  8.  
  9.  
  10. do_install(){
  11.  
  12. install -d ${D}${sysconfdir}/include
  13. install -d ${D}${sysconfdir}/lib
  14.  
  15. install -m 0644 ${S}/${sysconfdir}/include/* ${D}${sysconfdir}/include/
  16. install -m 0644 ${S}/${sysconfdir}/lib/* ${D}${sysconfdir}/lib/
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement