Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Recipe created by recipetool
- # This is the basis of a recipe and may need further editing in order to be fully functional.
- # (Feel free to remove these comments when editing.)
- # WARNING: the following LICENSE and LIC_FILES_CHKSUM values are best guesses - it is
- # your responsibility to verify that the values are complete and correct.
- #
- # The following license files were not able to be identified and are
- # represented as "Unknown" below, you will need to check them yourself:
- # COPYING
- LICENSE = "Unknown"
- LIC_FILES_CHKSUM = "file://COPYING;md5=7d7c232d655fd1c91af00d34b00de5df"
- SRC_URI = "git://github.com/RobertBerger/nettoe.git;protocol=https"
- # Modify these as desired
- PV = "1.5.1+git${SRCPV}"
- SRCREV = "175dd0c30ddbd8560f766a57851049588fbb2fa2"
- S = "${WORKDIR}/git"
- # NOTE: the following library dependencies are unknown, ignoring: curses termcap
- # (this is based on recipes that have previously been built and packaged)
- DEPENDS = "ncurses"
- #RDEPENDS_${PN} = "ncurses-libtinfo"
- # NOTE: if this software is not capable of being built in a separate build directory
- # from the source, you should replace autotools with autotools-brokensep in the
- # inherit line
- inherit autotools
- # Specify any options you want to pass to the configure script using EXTRA_OECONF:
- EXTRA_OECONF = ""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement