mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
diffstat: upgrade from 1.39 to 1.47
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
This commit is contained in:
committed by
Saul Wold
parent
2422400c19
commit
f2f0e69ede
26
meta/packages/diffstat/diffstat_1.47.bb
Normal file
26
meta/packages/diffstat/diffstat_1.47.bb
Normal file
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user