aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/e2fsprogs
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-03-31 20:50:29 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-04 13:28:18 +0100
commit4a1fdbd13588dc8349ef537144febc4791d8ced8 (patch)
tree88a62d0f30c64c0d49a32e0aa04b66a41aff6803 /meta/recipes-devtools/e2fsprogs
parent097a8a50ff0628a2b991757c8862fbd260772ed8 (diff)
downloadopenembedded-core-contrib-4a1fdbd13588dc8349ef537144febc4791d8ced8.tar.gz
e2fsprogs.inc: inherit gettext class instead of adding gettext to DEPENDS directly
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-devtools/e2fsprogs')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
index 1ef634074f..1a1a7b8836 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs.inc
@@ -18,10 +18,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b48f21d765b875bd10400975d12c1ca2 \
file://lib/et/et_name.c;beginline=1;endline=11;md5=ead236447dac7b980dbc5b4804d8c836 \
file://lib/ss/ss.h;beginline=1;endline=20;md5=6e89ad47da6e75fecd2b5e0e81e1d4a6"
SECTION = "base"
-DEPENDS = "gettext util-linux"
+DEPENDS = "util-linux"
SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz \
file://mkdir.patch;apply=yes"
-inherit autotools
+inherit autotools gettext