Advertisement
Guest User

Untitled

a guest
Nov 29th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 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. #
  8. # The following license files were not able to be identified and are
  9. # represented as "Unknown" below, you will need to check them yourself:
  10. # license.txt
  11. LICENSE = "Unknown"
  12. LIC_FILES_CHKSUM = "file://license.txt;md5=a0013d1b383d72ba4bdc5b750e7d1d77"
  13.  
  14. SRC_URI = "git://github.com/raspberrypi/libcamera-apps.git;branch=main"
  15.  
  16. # Modify these as desired
  17. PV = "1.0+git${SRCPV}"
  18. SRCREV = "6145daf735fcb0a6e26699a407fe80307c24f6db"
  19.  
  20. S = "${WORKDIR}/git"
  21.  
  22. DEPENDS = "libcamera opencv boost libjpeg-turbo libexif tiff"
  23.  
  24. inherit cmake pkgconfig
  25.  
  26. # Specify any options you want to pass to cmake using EXTRA_OECMAKE:
  27. EXTRA_OECMAKE = "-DENABLE_DRM=0 -DENABLE_X11=0 -DENABLE_QT=0 -DENABLE_OPENCV=1 -DENABLE_TFLITE=0"
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement