summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-06-20 21:21:28 -0700
committerSaul Wold <Saul.Wold@intel.com>2010-06-30 23:30:26 -0700
commitf2f0e69ede55ee3eb50c508fb4640cb53c0dc5f6 (patch)
treef3e38819f36728e2f025f2a0a804d3a69cf25054
parent2422400c19aff830026a3c77286ee42e4dcb95f6 (diff)
downloadpoky-f2f0e69ede55ee3eb50c508fb4640cb53c0dc5f6.tar.gz
diffstat: upgrade from 1.39 to 1.47
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
-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