Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. SRCREV = "71019824462597a82e71bee913f12165875e9fd2"
  2.  
  3. SRC_URI_remove = "http://wayland.freedesktop.org/releases/weston-1.4.0.tar.xz"
  4. SRC_URI_prepend = "git://github.com/ntanibata/weston-ivi-shell.git;branch=weston-ivi-shell-1.4.0-v12;protocol=http "
  5.  
  6. S = "${WORKDIR}/git"
  7. B = "${WORKDIR}/git"
  8.  
  9. PR = "r1"
  10.  
  11. do_configure_prepend() {
  12. autoreconf --force -v --install
  13. }
  14.  
  15. FILES_${PN} += "${libdir}/weston/*"
  16. FILES_${PN}-dbg += "${libdir}/weston/.debug/*"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement