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
committerArmin Kuster <akuster808@gmail.com>2020-05-28 21:27:02 -0700
commit6fbfbc4b1239b4b2f492b45103fa7a3f6e4b2f18 (patch)
treea5ce749b9149ca084eaf59ff090fafed7d1dcec4 /meta-oe/recipes-support/dstat/dstat_0.7.4.bb
parent65cd3aa82ef673258ac4760ec860d3cb9bc1f6f8 (diff)
downloadmeta-openembedded-6fbfbc4b1239b4b2f492b45103fa7a3f6e4b2f18.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> (cherry picked from commit 5a825b5ce781aef64f347a6c9a76307406a4f295) Signed-off-by: Armin Kuster <akuster808@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"