From 70120ff69dd23bc3f0ca0c861def63a005bfeed1 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 2 Oct 2013 10:27:45 +0200 Subject: [PATCH] meta-digi-arm: fix imx-bootlets stash URL Signed-off-by: Javier Viguera --- .../recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb b/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb index c1afc8b5e..102263739 100644 --- a/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb +++ b/meta-digi-arm/recipes-bsp/imx-bootlets-dey/imx-bootlets-dey_git.bb @@ -12,7 +12,7 @@ SRCREV_internal = "d7573ef42237c078c7e7d646fced6243b53aee77" SRCREV = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRCREV_internal}', '${SRCREV_external}', d)}" SRC_URI_external = "${DIGI_GITHUB_GIT}/imx-bootlets.git;protocol=git" -SRC_URI_internal = "${DIGI_MTK_GIT}/linux/imx-bootlets.git;protocol=ssh" +SRC_URI_internal = "${DIGI_MTK_GIT}linux/imx-bootlets.git;protocol=ssh" SRC_URI = "${@base_conditional('DIGI_INTERNAL_GIT', '1' , '${SRC_URI_internal}', '${SRC_URI_external}', d)}" S = "${WORKDIR}/git"