diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-02 14:15:20 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-08 10:35:55 +0200 |
commit | 24abb44e773788e47457fb3b6c81ead90f2deb23 (patch) | |
tree | aa0e0e53a6a8eee8f596ec53eb98e89809ae254a /meta-oe | |
parent | 1cd30e7929f3cdfd2d97db2888d1bcb5e165d546 (diff) | |
download | meta-openembedded-24abb44e773788e47457fb3b6c81ead90f2deb23.tar.gz |
f2fs-tools: add util-linux dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb | 3 |
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/" | |||
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 | # to provide libuuid | ||
8 | DEPENDS = "util-linux" | ||
9 | |||
7 | SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c" | 10 | SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c" |
8 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git" | 11 | SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git" |
9 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |