diff options
author | Wang Xin <wangxin2015.fnst@cn.fujitsu.com> | 2016-09-01 01:04:07 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-09-11 09:10:44 +0200 |
commit | f2f1b9137727c17d5b7069bf345e833337805fdb (patch) | |
tree | daa889141f86fa882cf50251c688c144d5eb6528 /meta-oe/recipes-extended | |
parent | 1cb3cdc8fe7e97dad0c803e72cd3fa48c0c4e759 (diff) | |
download | meta-openembedded-f2f1b9137727c17d5b7069bf345e833337805fdb.tar.gz |
rrdtool: 1.5.4 -> 1.6.0
Upgrade rrdtool from 1.5.4 to 1.6.0.
Signed-off-by: Wang Xin <wangxin2015.fnst@cn.fujitsu.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r-- | meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb (renamed from meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb index a43e77029..09aac4dd1 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.5.4.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb | |||
@@ -6,11 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d" | |||
6 | 6 | ||
7 | DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native" | 7 | DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native" |
8 | 8 | ||
9 | SRCREV = "04f70058cc894c0a3ee5d555ea1bb5a8d4bb8a0e" | 9 | SRCREV = "61f116744262c4c18922dcf806e496715f199669" |
10 | PV = "1.5.4" | 10 | PV = "1.6.0" |
11 | 11 | ||
12 | SRC_URI = "\ | 12 | SRC_URI = "\ |
13 | git://github.com/oetiker/rrdtool-1.x.git;branch=1.5 \ | 13 | git://github.com/oetiker/rrdtool-1.x.git;branch=1.6;protocol=http; \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |