Advertisement
Guest User

Untitled

a guest
Nov 1st, 2023
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1.  
  2. SRCREV = "${AUTOREV}"
  3.  
  4. # GIT_TAG="${SRCREV}"
  5.  
  6. S = "${WORKDIR}/git"
  7. PR = "r1"
  8. DEPENDS += "util-linux"
  9. DEPENDS += "openssl"
  10. # DEPENDS += "x11"
  11.  
  12. RDEPENDS_${PN} = "libssl"
  13.  
  14.  
  15.  
  16. # EXTRA_OEMAKE = 'target'
  17. EXTRA_OEMAKE += "CC='${CC}'"
  18. # EXTRA_OECONF = "--with-ssl=${STAGING_DIR_HOST}${prefix}"
  19.  
  20.  
  21. do_install () {
  22. bbplain "**************************"
  23. bbplain "* INSTALL ${PN}:${PV} *"
  24. bbplain "**************************"
  25. bbplain "${B} "
  26.  
  27.  
  28. oe_runmake
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement