Advertisement
RobertBerger

Untitled

May 6th, 2021
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 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. # COPYING
  11. LICENSE = "Unknown"
  12. LIC_FILES_CHKSUM = "file://COPYING;md5=7d7c232d655fd1c91af00d34b00de5df"
  13.  
  14. SRC_URI = "git://github.com/RobertBerger/nettoe.git;protocol=https"
  15.  
  16. # Modify these as desired
  17. PV = "1.5.1+git${SRCPV}"
  18. SRCREV = "175dd0c30ddbd8560f766a57851049588fbb2fa2"
  19.  
  20. S = "${WORKDIR}/git"
  21.  
  22. # NOTE: the following library dependencies are unknown, ignoring: curses termcap
  23. # (this is based on recipes that have previously been built and packaged)
  24. DEPENDS = "ncurses"
  25.  
  26. #RDEPENDS_${PN} = "ncurses-libtinfo"
  27.  
  28. # NOTE: if this software is not capable of being built in a separate build directory
  29. # from the source, you should replace autotools with autotools-brokensep in the
  30. # inherit line
  31. inherit autotools
  32.  
  33. # Specify any options you want to pass to the configure script using EXTRA_OECONF:
  34. EXTRA_OECONF = ""
  35.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement