[oe] [meta-oe][PATCH] rrdtool: 1.6.0 -> 1.7.0
Hong Liu
hongl.fnst at cn.fujitsu.com
Tue May 22 05:15:02 UTC 2018
Upgrade rrdtool from 1.6.0 to 1.7.0.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst at cn.fujitsu.com>
---
.../rrdtool/{rrdtool_1.6.0.bb => rrdtool_1.7.0.bb} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
rename meta-oe/recipes-extended/rrdtool/{rrdtool_1.6.0.bb => rrdtool_1.7.0.bb} (96%)
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
similarity index 96%
rename from meta-oe/recipes-extended/rrdtool/rrdtool_1.6.0.bb
rename to meta-oe/recipes-extended/rrdtool/rrdtool_1.7.0.bb
index 797bcaa..ff99574 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/"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
-DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native"
+DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native python-setuptools-native"
-SRCREV = "61f116744262c4c18922dcf806e496715f199669"
-PV = "1.6.0"
+SRCREV = "bfc82d5242855628b826018479df00e0ec4e8360"
+PV = "1.7.0"
SRC_URI = "\
- git://github.com/oetiker/rrdtool-1.x.git;branch=1.6;protocol=http; \
+ git://github.com/oetiker/rrdtool-1.x.git;branch=master;protocol=http; \
"
S = "${WORKDIR}/git"
--
2.7.4
More information about the Openembedded-devel
mailing list