Advertisement
Guest User

Untitled

a guest
Oct 8th, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. def compute_test(d):
  2. ```
  3. get the revision of a layers and setVar TEST
  4. ```
  5.  
  6. TEST := "${@compute_test(d)}"
  7.  
  8. python do_compile() {
  9. ```
  10. write TEST to a WORKDIR file
  11. ```
  12. }
  13. do_compile[vardeps] += "TEST"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement