]> code.ossystems Code Review - openembedded-core.git/commitdiff
diffstat_1.54.bb: inherit gettext class instead of adding gettext to DEPENDS directly
authorKhem Raj <raj.khem@gmail.com>
Fri, 1 Apr 2011 03:43:33 +0000 (20:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 4 Apr 2011 11:55:16 +0000 (12:55 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
meta/recipes-devtools/diffstat/diffstat_1.54.bb

index fc505f95e4d02b8940281bbef1a1f59fd752fee2..6eda41198786e2319b956070c9677578e01e1b8b 100644 (file)
@@ -5,7 +5,6 @@ reviewing large, complex patch files."
 HOMEPAGE = "http://invisible-island.net/diffstat/"
 PRIORITY = "optional"
 SECTION = "devel"
-DEPENDS = "gettext"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5"
 PR = "r0"
@@ -17,7 +16,7 @@ SRC_URI[sha256sum] = "d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6e
 
 S = "${WORKDIR}/diffstat-${PV}"
 
-inherit autotools
+inherit autotools gettext
 
 do_configure () {
        if [ ! -e acinclude.m4 ]; then