summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-rw-r--r--meta/packages/diffstat/diffstat_1.47.bb (renamed from meta/packages/diffstat/diffstat_1.39.bb)4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/diffstat/diffstat_1.39.bb b/meta/packages/diffstat/diffstat_1.47.bb
index 94fb6c477d..53d9c1b4c8 100644
--- a/meta/packages/diffstat/diffstat_1.39.bb
+++ b/meta/packages/diffstat/diffstat_1.47.bb
@@ -6,12 +6,14 @@ PRIORITY = "optional"
6SECTION = "devel" 6SECTION = "devel"
7DEPENDS = "gettext" 7DEPENDS = "gettext"
8 8
9PR = "r0"
10
9# NOTE: The upstream maintainer has a single 'diffstat.tar.gz' for the 11# NOTE: The upstream maintainer has a single 'diffstat.tar.gz' for the
10# latest version of the package. It could easily change out from under us. 12# latest version of the package. It could easily change out from under us.
11# I'd rather rely on debian, and possible have the sources vanish, than risk 13# I'd rather rely on debian, and possible have the sources vanish, than risk
12# the sources _changing_ underneith us. -CL 14# the sources _changing_ underneith us. -CL
13SRC_URI = "${DEBIAN_MIRROR}/main/d/diffstat/diffstat_${PV}.orig.tar.gz \ 15SRC_URI = "${DEBIAN_MIRROR}/main/d/diffstat/diffstat_${PV}.orig.tar.gz \
14 ${DEBIAN_MIRROR}/main/d/diffstat/diffstat_${PV}-1.diff.gz;patch=1" 16 ${DEBIAN_MIRROR}/main/d/diffstat/diffstat_${PV}-1.diff.gz;apply=yes"
15S = "${WORKDIR}/diffstat-${PV}" 17S = "${WORKDIR}/diffstat-${PV}"
16 18
17inherit autotools 19inherit autotools