diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-03-31 20:43:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-04 14:09:40 +0100 |
commit | 6de1c9ad3fd20f3a2b4602f152e18854794bd7e8 (patch) | |
tree | 3a030c40881179cf2c3e4dac64c8eb1b5dfe0d9a /meta/recipes-devtools/diffstat | |
parent | aa0772c6e7b28cfa2e73fc2f9a743aab9c7d5ee8 (diff) | |
download | poky-6de1c9ad3fd20f3a2b4602f152e18854794bd7e8.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools/diffstat')
-rw-r--r-- | meta/recipes-devtools/diffstat/diffstat_1.54.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.54.bb b/meta/recipes-devtools/diffstat/diffstat_1.54.bb index fc505f95e4..6eda411987 100644 --- a/meta/recipes-devtools/diffstat/diffstat_1.54.bb +++ b/meta/recipes-devtools/diffstat/diffstat_1.54.bb | |||
@@ -5,7 +5,6 @@ reviewing large, complex patch files." | |||
5 | HOMEPAGE = "http://invisible-island.net/diffstat/" | 5 | HOMEPAGE = "http://invisible-island.net/diffstat/" |
6 | PRIORITY = "optional" | 6 | PRIORITY = "optional" |
7 | SECTION = "devel" | 7 | SECTION = "devel" |
8 | DEPENDS = "gettext" | ||
9 | LICENSE = "MIT" | 8 | LICENSE = "MIT" |
10 | LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" | 9 | LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" |
11 | PR = "r0" | 10 | PR = "r0" |
@@ -17,7 +16,7 @@ SRC_URI[sha256sum] = "d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6e | |||
17 | 16 | ||
18 | S = "${WORKDIR}/diffstat-${PV}" | 17 | S = "${WORKDIR}/diffstat-${PV}" |
19 | 18 | ||
20 | inherit autotools | 19 | inherit autotools gettext |
21 | 20 | ||
22 | do_configure () { | 21 | do_configure () { |
23 | if [ ! -e acinclude.m4 ]; then | 22 | if [ ! -e acinclude.m4 ]; then |