Skip to content

Instantly share code, notes, and snippets.

Created November 22, 2016 20:14
Show Gist options
  • Save anonymous/42af0183178c2cf64621c0c8ade213a6 to your computer and use it in GitHub Desktop.
Save anonymous/42af0183178c2cf64621c0c8ade213a6 to your computer and use it in GitHub Desktop.
# 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.)
# Unable to find any files that looked like license statements. Check the accompanying
# documentation and source headers and set LICENSE and LIC_FILES_CHKSUM accordingly.
#
# NOTE: LICENSE is being set to "CLOSED" to allow you to at least start building - if
# this is not accurate with respect to the licensing of the software being built (it
# will not be in most cases) you must specify the correct value before using this
# recipe for anything other than initial testing/development!
LICENSE = "CLOSED"
LIC_FILES_CHKSUM = ""
DEPENDS = "some_3rd_party_lib"
SRC_URI = "git://git@bitbucket.org/isopede/isopede_apps.git;protocol=ssh;branch=develop"
# Modify these as desired
SRCREV = "${AUTOREV}"
PV = "1.0+git${SRCPV}"
S = "${WORKDIR}/git"
# NOTE: unable to map the following CMake package dependencies: Valgrind cppCheck
inherit cmake
# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
EXTRA_OECMAKE = ""
EXTRA_OEMAKE="VERBOSE=1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment