cloudconnector: add missing SRCBRANCH variable

Having explicitly SRCBRANCH in the recipe allows to override it in the
project's config file.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-01-20 16:34:55 +01:00
parent 5d34a217ab
commit 87cd5ed437
1 changed files with 2 additions and 1 deletions

View File

@ -7,9 +7,10 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MPL-2.0;md5=815ca599c9df247a0c7
DEPENDS = "confuse openssl zlib"
SRCBRANCH = "master"
SRCREV = "${AUTOREV}"
SRC_URI = "gitsm://git@stash.digi.com/cc/cc_dey.git;protocol=ssh"
SRC_URI = "gitsm://git@stash.digi.com/cc/cc_dey.git;protocol=ssh;branch=${SRCBRANCH}"
S = "${WORKDIR}/git"