cryptoauthlib: remove internal stash repository SRC_URI
We are going to remove this repo, so the sources will always be fetched from the official Microchip repo from now on. Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
71e8195f92
commit
674751e268
|
|
@ -8,9 +8,7 @@ LIC_FILES_CHKSUM = "file://license.txt;endline=19;md5=5bcd26c644867b127c2cce8296
|
|||
SRCBRANCH = "master"
|
||||
SRCREV = "c6da3358a102c10d954372598c6efef8ad84c9ee"
|
||||
|
||||
CRYPTOAUTHLIB_URI_STASH = "${DIGI_MTK_GIT}linux/atmel-cryptoauthlib.git;protocol=ssh"
|
||||
CRYPTOAUTHLIB_URI_GITHUB = "git://github.com/MicrochipTech/cryptoauthlib.git;protocol=git"
|
||||
GIT_URI ?= "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${CRYPTOAUTHLIB_URI_STASH}', '${CRYPTOAUTHLIB_URI_GITHUB}', d)}"
|
||||
GIT_URI ?= "git://github.com/MicrochipTech/cryptoauthlib.git;protocol=git"
|
||||
|
||||
SRC_URI = " \
|
||||
${GIT_URI};nobranch=1 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue