summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-filesystems/recipes-filesystems/yaffs2/yaffs2-utils_git.bb2
1 files changed, 1 insertions, 1 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..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"
15DEPENDS = "mtd-utils" 15DEPENDS = "mtd-utils"
16 16
17# Source is the HEAD of master branch at the time of writing this recipe 17# Source is the HEAD of master branch at the time of writing this recipe
18SRC_URI = "git://www.aleph1.co.uk/yaffs2;protocol=git;branch=master \ 18SRC_URI = "git://github.com/Aleph-One-Ltd/yaffs2;protocol=https;branch=master \
19 file://makefile-add-ldflags.patch \ 19 file://makefile-add-ldflags.patch \
20 file://0001-define-loff_t-if-not-already-defined.patch \ 20 file://0001-define-loff_t-if-not-already-defined.patch \
21 file://0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch \ 21 file://0001-yaffs_guts.h-define-YTIME_T-if-not-already-defined.patch \