[oe-commits] Martin Jansa : f2fs-tools: add util-linux dependency

git at git.openembedded.org git at git.openembedded.org
Thu Aug 22 07:40:42 UTC 2013


Module: meta-openembedded.git
Branch: dylan-next
Commit: 467b363228669576f99109b9e3ed3433cf2a4a02
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=467b363228669576f99109b9e3ed3433cf2a4a02

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Jul  2 14:15:20 2013 +0200

f2fs-tools: add util-linux dependency

---

 .../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 e5b5439..7755a7f 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/"
 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"



More information about the Openembedded-commits mailing list