]> code.ossystems Code Review - openembedded-core.git/commitdiff
e2fsprogs.inc: inherit gettext class instead of adding gettext to DEPENDS directly
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 03:50:29 +0000 (20:50 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 12:28:18 +0000 (13:28 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/e2fsprogs/e2fsprogs.inc

index 1ef634074f51aed8ee152f03f28be28b98dbc860..1a1a7b8836a8378abf8faa1f77201fe57de0ea35 100644 (file)
@@ -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