Advertisement
Guest User

Untitled

a guest
May 27th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. LICENSE = "GPLv3"
  2.  
  3. SRCREV="${AUTOREV}"
  4. SRC_URI = "git://anongit.freedesktop.org/xorg/driver/glamor;branch=master"
  5.  
  6. S="${WORKDIR}/git"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=c7f5e33031114ad132cb03949d73a8a8"
  8.  
  9. inherit autotools pkgconfig python-dir
  10.  
  11. do_configure(){
  12. oe_runconf
  13. }
  14.  
  15. do_compile(){
  16. cd ${S}
  17. oe_runmake
  18. }
  19.  
  20. do_install(){
  21. cd ${S}
  22. oe_runmake install
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement