diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-12 20:42:20 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-13 07:15:16 -0800 |
commit | 3663587a8617db83e7638358545eaa744857e5bc (patch) | |
tree | b86b561fc554f1b0106659078920d846a72059a3 /meta-filesystems | |
parent | bb58dd72d6cf965feeec63ab8e5ec9428445af70 (diff) | |
download | meta-openembedded-3663587a8617db83e7638358545eaa744857e5bc.tar.gz |
f2fs-tools: Update Homepage
Change homepage to git as the f2fs-tools is no longer maintained through sf.net.
Reference to https://sourceforge.net/projects/f2fs-tools/.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems')
-rw-r--r-- | meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb index 870281b95..98bd478f3 100644 --- a/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb +++ b/meta-filesystems/recipes-utils/f2fs-tools/f2fs-tools_1.13.0.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" | 1 | SUMMARY = "Tools for Flash-Friendly File System (F2FS)" |
2 | HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/" | 2 | HOMEPAGE = "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git" |
3 | 3 | ||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=362b4b2594cd362b874a97718faa51d3" |