[oe] [meta-oe][PATCH] pm-graph: package the pm-graph files

Liwei Song liwei.song at windriver.com
Thu Jul 4 09:20:55 UTC 2019


package /usr/lib/pm-grap and /bin/* files created by pm-graph
to aviod "Files were installed but not shipped in any package"
error.

Signed-off-by: Liwei Song <liwei.song at windriver.com>
---
 meta-oe/recipes-kernel/pm-graph/pm-graph_5.3.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.3.bb b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.3.bb
index de2d46dcafef..393e8c83573b 100644
--- a/meta-oe/recipes-kernel/pm-graph/pm-graph_5.3.bb
+++ b/meta-oe/recipes-kernel/pm-graph/pm-graph_5.3.bb
@@ -17,3 +17,8 @@ do_install() {
 }
 
 RDEPENDS_${PN} += "python-core python-threading python-datetime python-subprocess python-compression"
+
+FILES_${PN} = "${nonarch_libdir}/pm-graph \
+               ${bindir}/sleepgraph \
+               ${bindir}/bootgraph \
+"
-- 
2.7.4



More information about the Openembedded-devel mailing list