Guest User

Untitled

a guest
Sep 22nd, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. ➜ hands-on cat workspace/recipes/htop/htop_git.bb
  2. # Recipe created by recipetool
  3. # This is the basis of a recipe and may need further editing in order to be fully functional.
  4. # (Feel free to remove these comments when editing.)
  5.  
  6. # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
  7. # your responsibility to verify that the values are complete and correct.
  8. #
  9. # The following license files were not able to be identified and are
  10. # represented as "Unknown" below, you will need to check them yourself:
  11. # COPYING
  12. LICENSE = "Unknown"
  13. LIC_FILES_CHKSUM = "file://COPYING;md5=4099d367cd5e59b6d4fc1ee33accb891"
  14.  
  15. SRC_URI = "git://github.com/htop-dev/htop;protocol=https"
  16.  
  17. # Modify these as desired
  18. PV = "3.0.2+git${SRCPV}"
  19. SRCREV = "e0e5997c53ca9b61171d01b5a30c40d915622de2"
  20.  
  21. S = "${WORKDIR}/git"
  22.  
  23. # NOTE: the following library dependencies are unknown, ignoring: malloc proc hwloc kvm kstat
  24. # (this is based on recipes that have previously been built and packaged)
  25. DEPENDS = "libnl ncurses"
  26.  
  27. # NOTE: if this software is not capable of being built in a separate build directory
  28. # from the source, you should replace autotools with autotools-brokensep in the
  29. # inherit line
  30. inherit pkgconfig autotools
  31.  
  32. # Specify any options you want to pass to the configure script using EXTRA_OECONF:
  33. EXTRA_OECONF = "--disable-unicode"
  34.  
  35.  
Add Comment
Please, Sign In to add comment