summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-02 14:15:20 +0200
committerEric BĂ©nard <eric@eukrea.com>2013-08-22 09:51:26 +0200
commit467b363228669576f99109b9e3ed3433cf2a4a02 (patch)
treecc60949e675451bd3f7bb560e131fc8fcf298171 /meta-oe
parent7bd0aeb486fcb0fb4318154565584e882c898a0d (diff)
downloadmeta-openembedded-467b363228669576f99109b9e3ed3433cf2a4a02.tar.gz
f2fs-tools: add util-linux dependency
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb3
1 files changed, 3 insertions, 0 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 e5b543965..7755a7f81 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,6 +4,9 @@ HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734" 5LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734"
6 6
7# to provide libuuid
8DEPENDS = "util-linux"
9
7SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c" 10SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c"
8SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git" 11SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git"
9S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"