mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
f2fs-tools: change SRC_URI to use git repo on kernel.org
* sf does not provide tarballs anymore: The f2fs-tools is no longer maintained through sf.net. Instead, please access the following url. http://git.kernel.org/?p=linux/kernel/git/jaegeuk/f2fs-tools.git;a=summary Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -4,9 +4,9 @@ HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
|
||||
LICENSE = "GPLv2"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/project/f2fs-tools/f2fs-tools-${PV}.tar.gz"
|
||||
SRC_URI[md5sum] = "cf3608ea7475c8f9a03159d7f22e4d07"
|
||||
SRC_URI[sha256sum] = "afd774b80f73721f2c4300c0b4780a24b705b8328df229f3ae37315c8bfbff1d"
|
||||
SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c"
|
||||
SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools
|
||||
|
||||
|
||||
Reference in New Issue
Block a user