Advertisement
Guest User

Untitled

a guest
Dec 21st, 2016
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. #### bb file ####
  2.  
  3. DEPENDS = "postgresql"
  4. RDEPENDS_${PN} = "bash"
  5.  
  6. [...]
  7.  
  8. inherit classfile
  9.  
  10. #### classfile ####
  11.  
  12. DEPENDS += " \
  13. ruby-native \
  14. postgresql \
  15. "
  16. RDEPENDS_${PN} += " \
  17. ruby \
  18. "
  19.  
  20. [...]
  21.  
  22. classfile_do_install() {
  23. gem install pg -v '0.19.0' -- --with-pg-lib="${STAGING_DIR_NATIVE}/usr/lib"
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement