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

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 | 3 +++
 1 file changed, 3 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 ea12e054d3ab..00301298309e 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
@@ -18,3 +18,6 @@ do_install() {
 }
 
 RDEPENDS_${PN} += "python-core python-threading python-datetime python-subprocess python-compression"
+
+FILES_${PN} += "${nonarch_libdir}/pm-graph \
+"
-- 
2.7.4



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

end of thread, other threads:[~2019-07-10  6:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-07-05  1:43 [meta-oe][PATCH v2] pm-graph: package the pm-graph files Liwei Song
2019-07-05  2:01 ` Saini, Naveen Kumar
2019-07-05  2:03   ` Liwei Song
2019-07-05  2:14     ` Liwei Song
2019-07-09 18:41       ` Khem Raj
2019-07-10  2:33     ` Saini, Naveen Kumar
2019-07-10  6:15       ` 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.