diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2025-06-21 16:35:36 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
commit | 49c7edb304c010620a8c8f344f9cc4b7c3707480 (patch) | |
tree | 27c0bd2301463ac0880bf0179084ca473a3c3f60 | |
parent | 5b6000c52abc83f6bc09bbed390b302b35030732 (diff) | |
download | meta-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.bb | 3 |
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 | ||
15 | DEPENDS = "mtd-utils" | 15 | DEPENDS = "mtd-utils" |
16 | 16 | ||
17 | # Source is the HEAD of master branch at the time of writing this recipe | 17 | SRC_URI = "git://github.com/Aleph-One-Ltd/yaffs2;protocol=https;branch=master \ |
18 | SRC_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 \ |