Message ID | 20250805100539.1760589-1-jiaying.song.cn@windriver.com |
---|---|
State | New |
Headers | show |
Series | [walnascar] yaffs2-utils: correct the SRC_URI | expand |
diff --git a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb index ca5e3302b3..c3211e95f9 100644 --- a/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb +++ b/meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb @@ -15,7 +15,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 \