f2fs-tools: add util-linux dependency
authorMartin Jansa <Martin.Jansa@gmail.com>
Tue, 2 Jul 2013 12:15:20 +0000 (14:15 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:31:16 +0000 (08:31 -0800)
(From meta-openembedded rev: 24abb44e773788e47457fb3b6c81ead90f2deb23)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-core/f2fs-tools/f2fs-tools_1.1.0.bb

index e5b5439..7755a7f 100644 (file)
@@ -4,6 +4,9 @@ HOMEPAGE = "http://sourceforge.net/projects/f2fs-tools/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=15667d9b3cb737b57471c148b7c50734"
 
+# to provide libuuid
+DEPENDS = "util-linux"
+
 SRCREV = "da59f6146c37e727bb83ae4922ca56d42958e61c"
 SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;protocol=git"
 S = "${WORKDIR}/git"