From e70782692bf04ade9ceddceadc91e121885bf71b Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 16 May 2021 13:17:40 +0200 Subject: [PATCH] migrate from git.sysmocom.de to gitea.sysmocom.de --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dff65d..c360e45 100644 --- a/Makefile +++ b/Makefile @@ -95,7 +95,7 @@ git: git/poky: | git $(V)cd git && git clone --branch=$(GIT_BRANCH_POKY) --depth=1 git://git.yoctoproject.org/poky git/meta-sysmocom-bsp: | git - cd git && git clone --branch=$(GIT_BRANCH_SYSMOCOM_BSP) git://git.sysmocom.de/poky/meta-sysmocom-bsp + cd git && git clone --branch=$(GIT_BRANCH_SYSMOCOM_BSP) https://gitea.sysmocom.de/sysmo-bts/meta-sysmocom-bsp git/meta-telephony: | git cd git && git clone --branch=$(GIT_BRANCH_TELEPHONY) git://git.osmocom.org/meta-telephony git/meta-smalltalk: | git