cryptoauthlib: fix GitHub repository URL

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-12-18 10:44:47 +01:00
parent 1bb7cd7407
commit 52969229d5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a
SRCBRANCH = "dey-2.2/maint"
SRCREV = "9c07aefd00d18ffbc4585a2a2b94f10201146b20"
GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/atmel-cryptoauth-openssl-engine.git;protocol=ssh', '${DIGI_GITHUB_GIT}/atmel-cryptoauth-openssl-engine.git', d)}"
GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${DIGI_MTK_GIT}linux/atmel-cryptoauth-openssl-engine.git;protocol=ssh', '${DIGI_GITHUB_GIT}/cryptoauth-openssl-engine.git', d)}"
SRC_URI = "${GIT_URI};nobranch=1"