Advertisement
ppatat

Crypt-OpenSSL-RSA_0.28.bb

Oct 22nd, 2013
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.58 KB | None | 0 0
  1. SECTION = "libs"
  2. LICENSE = "MIT"
  3. LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
  4.  
  5. SRC_URI = "http://www.cpan.org/modules/by-module/Crypt/${BPN}-${PV}.tar.gz "
  6. FILES-${PN} = "usr/*"
  7.  
  8. SRC_URI[md5sum] = "86217a5036fc63779c30420b5fd84129"
  9. SRC_URI[sha256sum] = "5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be"
  10.  
  11. inherit cpan
  12.  
  13. do_compile() {
  14.         export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')"
  15.         sed -i -e 's/-lssl/-lssl -lcrypto/' \
  16.             Makefile
  17.         cpan_do_compile
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement