From 1224d94de7f04d3e7de2a970e46683f3bd36e175 Mon Sep 17 00:00:00 2001 From: Jose Diaz de Grenu Date: Mon, 24 Jul 2017 18:41:47 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-digi/cryptoauthlib/cryptoauthlib_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-digi-dey/recipes-digi/cryptoauthlib/cryptoauthlib_git.bb b/meta-digi-dey/recipes-digi/cryptoauthlib/cryptoauthlib_git.bb index 9eef50f36..b837549f7 100644 --- a/meta-digi-dey/recipes-digi/cryptoauthlib/cryptoauthlib_git.bb +++ b/meta-digi-dey/recipes-digi/cryptoauthlib/cryptoauthlib_git.bb @@ -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)" \ No newline at end of file +COMPATIBLE_MACHINE = "(ccimx6ul)"