[OE-core] [PATCH v2] bootchart2: add dependency for bootchartd

Jian Liu jian.liu at windriver.com
Wed Mar 11 05:12:29 UTC 2015


bootchartd use the command lsb_release and pidof during running, 
and also the two commands are not installed defaultly.
So add sysvinit-pidof and lsb in the RDEPENDS.

Signed-off-by: Jian Liu <jian.liu at windriver.com>
---
 meta/recipes-devtools/bootchart2/bootchart2_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-devtools/bootchart2/bootchart2_git.bb b/meta/recipes-devtools/bootchart2/bootchart2_git.bb
index 04fb901..2c6d0ff 100644
--- a/meta/recipes-devtools/bootchart2/bootchart2_git.bb
+++ b/meta/recipes-devtools/bootchart2/bootchart2_git.bb
@@ -136,6 +136,7 @@ do_install () {
 
 PACKAGES =+ "pybootchartgui"
 FILES_pybootchartgui += "${libdir}/python*/site-packages/pybootchartgui ${bindir}/pybootchartgui"
+RDEPENDS_bootchart2 = "sysvinit-pidof lsb"
 RDEPENDS_pybootchartgui = "python-pycairo python-compression python-image python-textutils python-shell python-compression python-codecs"
 DEPENDS_append_class-native = " python-pycairo-native"
 
-- 
1.8.5.2.233.g932f7e4




More information about the Openembedded-core mailing list