From feeea23c34972d50c2fa3b67db67fcd1e63422b1 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Sun, 9 Nov 2025 17:00:05 +0100 Subject: [PATCH] yaffs2-utils: update SRC_URI The source repo has been moved to github. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj (cherry picked from commit 49c7edb304c010620a8c8f344f9cc4b7c3707480) Signed-off-by: Gyorgy Sarvari Signed-off-by: Anuj Mittal --- .../recipes-filesystems/yaffs2/yaffs2-utils_git.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb index ca5e3302b3..fbb10add68 100644 --- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb +++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb @@ -14,8 +14,7 @@ PV = "20221209" DEPENDS = "mtd-utils" -# Source is the HEAD of master branch at the time of writing this recipe -SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \ +SRC_URI = "git://github.com/Aleph-One-Ltd/yaffs2;protocol=https;branch=master \ file://makefile-add-ldflags.patch \ file://0001-define-loff_t-if-not-already-defined.patch \ file://0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch \