All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] pm-graph: package the pm-graph files
@ 2019-07-04  9:20 Liwei Song
  2019-07-04 10:31 ` Saini, Naveen Kumar
  0 siblings, 1 reply; 3+ messages in thread
From: Liwei Song @ 2019-07-04  9:20 UTC (permalink / raw)
  To: openembedded-devel

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@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



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-07-05  1:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-04  9:20 [meta-oe][PATCH] pm-graph: package the pm-graph files Liwei Song
2019-07-04 10:31 ` Saini, Naveen Kumar
2019-07-05  1:39   ` Liwei Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.