summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2025-06-21 16:35:36 +0800
committerKhem Raj <raj.khem@gmail.com>2025-06-25 06:44:52 -0700
commit49c7edb304c010620a8c8f344f9cc4b7c3707480 (patch)
tree27c0bd2301463ac0880bf0179084ca473a3c3f60
parent5b6000c52abc83f6bc09bbed390b302b35030732 (diff)
downloadmeta-openembedded-49c7edb304c010620a8c8f344f9cc4b7c3707480.tar.gz
yaffs2-utils: update SRC_URI
The source repo has been moved to github. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb3
1 files changed, 1 insertions, 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 f7379d8935..a6f013be9a 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"
14 14
15DEPENDS = "mtd-utils" 15DEPENDS = "mtd-utils"
16 16
17# Source is the HEAD of master branch at the time of writing this recipe 17SRC_URI = "git://github.com/Aleph-One-Ltd/yaffs2;protocol=https;branch=master \
18SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \
19 file://makefile-add-ldflags.patch \ 18 file://makefile-add-ldflags.patch \
20 file://0001-define-loff_t-if-not-already-defined.patch \ 19 file://0001-define-loff_t-if-not-already-defined.patch \
21 file://0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch \ 20 file://0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch \