aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2020-05-19 23:27:11 +0800
committerKhem Raj <raj.khem@gmail.com>2020-05-19 07:37:22 -0700
commit5a825b5ce781aef64f347a6c9a76307406a4f295 (patch)
tree9b94663d5a3603c9eff77477f4d58613f0280c43 /meta-oe/recipes-support/dstat/dstat_0.7.4.bb
parentc8d1042a9892c38cefab8c6f4a9cce6dcad19db4 (diff)
downloadmeta-openembedded-contrib-5a825b5ce781aef64f347a6c9a76307406a4f295.tar.gz
dstat: Fix runtime error that depend python.
Make dstat to depend python3. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/dstat/dstat_0.7.4.bb')
-rw-r--r--meta-oe/recipes-support/dstat/dstat_0.7.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
index 2e37dd72eb..74af54ca53 100644
--- a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
+++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
@@ -9,7 +9,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
DEPENDS += "asciidoc-native xmlto-native"
-SRC_URI = "git://github.com/dagwieers/dstat.git"
+SRC_URI = "git://github.com/dagwieers/dstat.git \
+ file://0001-change-dstat-to-python3.patch \
+ "
SRCREV = "6f5db0aed26bf8cf2700d4ffe90a9bd3436ac728"