cryptoauthlib: change repository name
The name of the repository in Github is fixed, because it is a fork from the original repository. Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
e27257c53f
commit
1224d94de7
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://lib/atca_cfgs.h;beginline=8;endline=40;md5=073d05cb7a
|
|||
SRCBRANCH = "dey-2.2/maint"
|
||||
SRCREV = "${AUTOREV}"
|
||||
|
||||
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};branch=${SRCBRANCH}"
|
||||
|
||||
|
|
@ -27,4 +27,4 @@ do_install() {
|
|||
}
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
||||
COMPATIBLE_MACHINE = "(ccimx6ul)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue