diff options
author | Hong Liu <hongl.fnst@cn.fujitsu.com> | 2018-05-22 13:15:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-05-26 21:10:55 -0700 |
commit | 13e9c8fc79cdc6c03c6a16cfe789b4cb8ca76304 (patch) | |
tree | a6ff49261c2f3a4c09e906a8bb2681baa7df16d0 | |
parent | b475e300fd5602a5aa4b35cc7b4b3427875ad25d (diff) | |
download | meta-openembedded-13e9c8fc79cdc6c03c6a16cfe789b4cb8ca76304.tar.gz |
rrdtool: 1.6.0 -> 1.7.0
Upgrade rrdtool from 1.6.0 to 1.7.0.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb (renamed from meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb index 797bcaaee..ff9957480 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb | |||
@@ -4,13 +4,13 @@ HOMEPAGE = "http://oss.oetiker.ch/rrdtool/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d" | 5 | 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 python-setuptools-native" |
8 | 8 | ||
9 | SRCREV = "61f116744262c4c18922dcf806e496715f199669" | 9 | SRCREV = "bfc82d5242855628b826018479df00e0ec4e8360" |
10 | PV = "1.6.0" | 10 | PV = "1.7.0" |
11 | 11 | ||
12 | SRC_URI = "\ | 12 | SRC_URI = "\ |
13 | git://github.com/oetiker/rrdtool-1.x.git;branch=1.6;protocol=http; \ | 13 | git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http; \ |
14 | " | 14 | " |
15 | 15 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |