diff mbox series

[meta-filesystems,1/2] yaffs2-utils: update SRC_URI

Message ID 20250621083537.35947-1-yi.zhao@windriver.com
State New
Headers show
Series [meta-filesystems,1/2] yaffs2-utils: update SRC_URI | expand

Commit Message

Yi Zhao June 21, 2025, 8:35 a.m. UTC
The source repo has been moved to github.

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../recipes-filesystems/yaffs2/yaffs2-utils_git.bb             | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

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 \