aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e2tools/e2tools_0.0.16.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@buglabs.net>2010-03-24 15:51:23 +0100
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2010-03-24 16:00:25 +0100
commitb784f0a49ed4f00c9807f587f659ae19769d73c0 (patch)
tree7f00d0c06667c2f020a980d1800c71aedf4fad96 /recipes/e2tools/e2tools_0.0.16.bb
parentb9822ec414c11484942c968c78b39bb26c4e8a16 (diff)
downloadopenembedded-b784f0a49ed4f00c9807f587f659ae19769d73c0.tar.gz
misc recipes: migrate from e2fsprogs-libs to util-linux-ng/e2fsprogs
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
Diffstat (limited to 'recipes/e2tools/e2tools_0.0.16.bb')
-rw-r--r--recipes/e2tools/e2tools_0.0.16.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/e2tools/e2tools_0.0.16.bb b/recipes/e2tools/e2tools_0.0.16.bb
index 7f98bdb6d3..85d0635fd6 100644
--- a/recipes/e2tools/e2tools_0.0.16.bb
+++ b/recipes/e2tools/e2tools_0.0.16.bb
@@ -2,7 +2,7 @@ SECTION = "base"
LICENSE = "GPL"
DESCRIPTION = "A simple set of utilities for reading, writing, and \
manipulating files in an ext2/ext3 filesystem."
-DEPENDS = "e2fsprogs-libs e2fsprogs"
+DEPENDS = "e2fsprogs"
SRC_URI = "http://www.pobox.com/~sheff/sw/e2tools/e2tools-${PV}.tar.gz \
file://autofoo.patch;patch=1"
S = "${WORKDIR}/e2tools-${PV}"