summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat/diffstat_1.54.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/diffstat/diffstat_1.54.bb')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.54.bb3
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."
5HOMEPAGE = "http://invisible-island.net/diffstat/" 5HOMEPAGE = "http://invisible-island.net/diffstat/"
6PRIORITY = "optional" 6PRIORITY = "optional"
7SECTION = "devel" 7SECTION = "devel"
8DEPENDS = "gettext"
9LICENSE = "MIT" 8LICENSE = "MIT"
10LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5" 9LIC_FILES_CHKSUM = "file://install-sh;endline=42;md5=b3549726c1022bee09c174c72a0ca4a5"
11PR = "r0" 10PR = "r0"
@@ -17,7 +16,7 @@ SRC_URI[sha256sum] = "d8e67660ec85be597f8548ecdd088926639dac34ec7184aaf9d09c1e6e
17 16
18S = "${WORKDIR}/diffstat-${PV}" 17S = "${WORKDIR}/diffstat-${PV}"
19 18
20inherit autotools 19inherit autotools gettext
21 20
22do_configure () { 21do_configure () {
23 if [ ! -e acinclude.m4 ]; then 22 if [ ! -e acinclude.m4 ]; then