mdharris

Untitled

Feb 18th, 2019
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. #
  2. #
  3. # cfssm
  4. #
  5.  
  6. DESCRIPTION = "CFSSM package written by Harris"
  7. DEPENDS = "virtual/libiconv asterisk"
  8. LICENSE = "GPLv2"
  9. LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=dfad24ee42bed6"
  10.  
  11. DEPENDS = "asterisk"
  12. # Use local tarball
  13. SRC_URI = "file://cfssm-${PV}.tar.gz"
  14.  
  15. # Make sure our source directory (for the build) matches the directory structure in the tarball
  16. S="${WORKDIR}/cfssm-${PV}"
  17.  
  18. inherit autotools
  19.  
  20. include_recipe = 'asterisk'
  21.  
  22. do_configure[depends] += "asterisk:do_populate_sysroot"
  23.  
  24. EXTRA_OECONF += "--with-astversion=13.17.2"
  25.  
  26. EXTRA_AUTORECONF += "--exclude=automake"
Add Comment
Please, Sign In to add comment