summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/diffstat
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/diffstat')
-rw-r--r--meta/recipes-devtools/diffstat/diffstat_1.47.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta/recipes-devtools/diffstat/diffstat_1.47.bb b/meta/recipes-devtools/diffstat/diffstat_1.47.bb
new file mode 100644
index 0000000..53d9c1b
--- /dev/null
+++ b/meta/recipes-devtools/diffstat/diffstat_1.47.bb
@@ -0,0 +1,26 @@
+DESCRIPTION = "diffstat reads the output of diff and displays a histogram of \
+the insertions, deletions, and modifications per-file. It is useful for \
+reviewing large, complex patch files."
+HOMEPAGE = "http://invisible-island.net/diffstat/"
+PRIORITY = "optional"
+SECTION = "devel"
+DEPENDS = "gettext"
+
+PR = "r0"
+
+# NOTE: The upstream maintainer has a single 'diffstat.tar.gz' for the
+# latest version of the package. It could easily change out from under us.
+# I'd rather rely on debian, and possible have the sources vanish, than risk
+# the sources _changing_ underneith us. -CL
+SRC_URI = "${DEBIAN_MIRROR}/main/d/diffstat/diffstat_${PV}.orig.tar.gz \
+ ${DEBIAN_MIRROR}/main/d/diffstat/diffstat_${PV}-1.diff.gz;apply=yes"
+S = "${WORKDIR}/diffstat-${PV}"
+
+inherit autotools
+
+do_configure () {
+ if [ ! -e acinclude.m4 ]; then
+ mv aclocal.m4 acinclude.m4
+ fi
+ autotools_do_configure
+}
OpenPOWER on IntegriCloud