summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 797bcaaeea..ff9957480c 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/"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d" 5LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=3349111ed0533471494beec99715bc9d"
6 6
7DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native" 7DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native python-setuptools-native"
8 8
9SRCREV = "61f116744262c4c18922dcf806e496715f199669" 9SRCREV = "bfc82d5242855628b826018479df00e0ec4e8360"
10PV = "1.6.0" 10PV = "1.7.0"
11 11
12SRC_URI = "\ 12SRC_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
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"