mdharris

Untitled

Feb 12th, 2019
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. DESCRIPTION = "CF-SSM package written by caudalfin"
  2. DEPENDS = "virtual/libiconv asterisk"
  3. LICENSE = "GPLv2"
  4. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e264b29cdfad24ee42bed6"
  5.  
  6. # Use local tarball
  7. SRC_URI = "file://cfssm-${PV}.tar.gz"
  8.  
  9. # Make sure our source directory (for the build) matches the directory structure in the tarball
  10. S="${WORKDIR}/cfssm-${PV}"
  11.  
  12. inherit autotools
  13.  
  14. EXTRA_OECONF += "--with-extratag=1.0"
  15.  
  16. do_install(){
  17. oe_runmake 'DESTDIR=${D}' install
  18. }
Add Comment
Please, Sign In to add comment