28 lines
1.0 KiB
BlitzBasic
28 lines
1.0 KiB
BlitzBasic
|
# 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 = ""
|
||
|
|
||
|
SRC_URI = "git://git@bitbucket.org/dol-sensors/example-projects.git;protocol=ssh;branch=main"
|
||
|
|
||
|
# Modify these as desired
|
||
|
PV = "1.0+git${SRCPV}"
|
||
|
SRCREV = "5f94ed3ba1bff1c6631d0234c7dbe65c27c4791e"
|
||
|
|
||
|
S = "${WORKDIR}/git/${BPN}"
|
||
|
|
||
|
inherit cmake
|
||
|
|
||
|
# Specify any options you want to pass to cmake using EXTRA_OECMAKE:
|
||
|
EXTRA_OECMAKE = ""
|
||
|
|