Advertisement
Guest User

Untitled

a guest
Dec 14th, 2021
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. # Recipe created by recipetool
  2. # This is the basis of a recipe and may need further editing in order to be fully functional.
  3. # (Feel free to remove these comments when editing.)
  4.  
  5. # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
  6. # your responsibility to verify that the values are complete and correct.
  7. LICENSE = "MIT"
  8. LIC_FILES_CHKSUM = "file://LICENSE;md5=9273579e85f231c463bf432ce84c2479"
  9.  
  10. SRC_URI = "git://github.com/LetoThe2nd/libanswer;protocol=https;branch=master"
  11.  
  12. # Modify these as desired
  13. PV = "1.0+git${SRCPV}"
  14. SRCREV = "f1664061a78efcf1322277af119982c07bf9eb46"
  15.  
  16. S = "${WORKDIR}/git"
  17.  
  18. DEPENDS = "boost"
  19. RDEPENDS_${PN} = "bc"
  20.  
  21. inherit cmake
  22.  
  23. PACKAGES += "{PN}-example"
  24. FILES_${PN}-example = " \
  25. /usr/bin/ask \
  26. "
  27.  
  28. # Specify any options you want to pass to cmake using EXTRA_OECMAKE:
  29. EXTRA_OECMAKE = ""
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement