diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-06-20 21:21:28 -0700 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-06-30 23:30:26 -0700 |
commit | f2f0e69ede55ee3eb50c508fb4640cb53c0dc5f6 (patch) | |
tree | f3e38819f36728e2f025f2a0a804d3a69cf25054 | |
parent | 2422400c19aff830026a3c77286ee42e4dcb95f6 (diff) | |
download | poky-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" | |||
6 | SECTION = "devel" | 6 | SECTION = "devel" |
7 | DEPENDS = "gettext" | 7 | DEPENDS = "gettext" |
8 | 8 | ||
9 | PR = "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 |
13 | SRC_URI = "${DEBIAN_MIRROR}/main/d/diffstat/diffstat_${PV}.orig.tar.gz \ | 15 | SRC_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" |
15 | S = "${WORKDIR}/diffstat-${PV}" | 17 | S = "${WORKDIR}/diffstat-${PV}" |
16 | 18 | ||
17 | inherit autotools | 19 | inherit autotools |