summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJiaying Song <jiaying.song.cn@windriver.com>2025-08-05 18:05:39 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-06 16:17:15 +0200
commita4e6d159c2b32a1d62718fdb31766ba55fca1624 (patch)
treef42d3621a8e8dec01e316099e551d1702034fe30
parent824c5a2d93e3c3600b0d242f25e80c8e7bea4ddc (diff)
downloadmeta-openembedded-a4e6d159c2b32a1d62718fdb31766ba55fca1624.tar.gz
yaffs2-utils: correct the SRC_URI
Signed-off-by: Jiaying Song <jiaying.song.cn@windriver.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-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 \