diff options
author | Khem Raj <raj.khem@gmail.com> | 2020-01-22 14:40:59 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-01-22 15:08:42 -0800 |
commit | 42f82bfdc855181b849f0038745468cacfa369e2 (patch) | |
tree | f6e32b8889e7d62b38729f928db1ea760748ad92 /meta-oe/recipes-extended/rrdtool | |
parent | 0db568ffbaa8b2ca0fbd9b9bea072520c22459f0 (diff) | |
download | meta-openembedded-42f82bfdc855181b849f0038745468cacfa369e2.tar.gz |
rrdtool: Use py3 as rdep and use py3 setuptools
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/rrdtool')
-rw-r--r-- | meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb index d96fe8131..5662e6347 100644 --- a/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb +++ b/meta-oe/recipes-extended/rrdtool/rrdtool_1.7.2.bb | |||
@@ -4,7 +4,7 @@ HOMEPAGE = "http://oss.oetiker.ch/rrdtool/" | |||
4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2" |
5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39df84cfd8a5e18bf988f277f7946676" | 5 | LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=39df84cfd8a5e18bf988f277f7946676" |
6 | 6 | ||
7 | DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native python-setuptools-native" | 7 | DEPENDS = "libpng zlib cairo pango glib-2.0 libxml2 groff-native python3-setuptools-native" |
8 | 8 | ||
9 | SRCREV = "56a83f4f52e6745cd4352f9ee008be3183a6dedf" | 9 | SRCREV = "56a83f4f52e6745cd4352f9ee008be3183a6dedf" |
10 | PV = "1.7.2" | 10 | PV = "1.7.2" |
@@ -123,7 +123,7 @@ RDEPENDS_${PN}-perl = "perl perl-module-lib perl-module-getopt-long perl-module- | |||
123 | DESCRIPTION_${PN}-python = \ | 123 | DESCRIPTION_${PN}-python = \ |
124 | "The ${PN}-python package includes RRDtool bindings for python." | 124 | "The ${PN}-python package includes RRDtool bindings for python." |
125 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" | 125 | FILES_${PN}-python = "${libdir}/python${PYTHON_BASEVERSION}/site-packages/*" |
126 | RDEPENDS_${PN}-python = "python" | 126 | RDEPENDS_${PN}-python = "python3" |
127 | 127 | ||
128 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \ | 128 | FILES_${PN}-dbg += "${libdir}/perl/vendor_perl/*/auto/RRDs/.debug \ |
129 | ${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug" | 129 | ${libdir}/python${PYTHON_BASEVERSION}/site-packages/.debug" |