diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-23 13:28:31 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-25 19:46:28 +0100 |
commit | a16bd460324552dd0107cde4e915baf579d88627 (patch) | |
tree | bba1df3e6919f32368ecc621bc4f62c8707de159 | |
parent | 82511428fcc94d4bfe7b0620d21623dcf22a4810 (diff) | |
download | meta-openembedded-a16bd460324552dd0107cde4e915baf579d88627.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb index cce9af16f..292a88ae7 100644 --- a/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb +++ b/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb | |||
@@ -4,9 +4,9 @@ HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734" |
6 | 6 | ||
7 | SRC_URI = "${SOURCEFORGE_MIRROR}/project/f2fs-tools/f2fs-tools-${PV}.tar.gz" | 7 | SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c" |
8 | SRC_URI[md5sum] = "cf3608ea7475c8f9a03159d7f22e4d07" | 8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git" |
9 | SRC_URI[sha256sum] = "afd774b80f73721f2c4300c0b4780a24b705b8328df229f3ae37315c8bfbff1d" | 9 | S = "${WORKDIR}/git" |
10 | 10 | ||
11 | inherit autotools | 11 | inherit autotools |
12 | 12 | ||