diffstat_1.54.bb: inherit gettext class instead of adding gettext to DEPENDS directly

(From OE-Core rev: 28f48fc25b83c53d2251ae4c278b36ce50072393)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-03-31 20:43:33 -07:00 committed by Richard Purdie
parent aa0772c6e7
commit 6de1c9ad3f
1 changed files with 1 additions and 2 deletions

View 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