All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][hardknott][PATCH] dstat: fix override syntax
@ 2021-10-03 17:55 Vivien Didelot
  0 siblings, 0 replies; only message in thread
From: Vivien Didelot @ 2021-10-03 17:55 UTC (permalink / raw)
  To: Openembedded-core; +Cc: Khem Raj, Vivien Didelot

From: Vivien Didelot <vdidelot@pbsc.com>

The hardknott branch doesn't use the new override syntax, fix it.

Signed-off-by: Vivien Didelot <vdidelot@pbsc.com>
---
 meta-oe/recipes-support/dstat/dstat_0.7.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 a1076ccf9..0e314b8ee 100644
--- a/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
+++ b/meta-oe/recipes-support/dstat/dstat_0.7.4.bb
@@ -21,4 +21,4 @@ do_install() {
     oe_runmake 'DESTDIR=${D}' install
 }
 
-RDEPENDS:${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
+RDEPENDS_${PN} += "python3-core python3-misc python3-resource python3-shell python3-six python3-unixadmin"
-- 
2.33.0



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-03 17:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-03 17:55 [meta-oe][hardknott][PATCH] dstat: fix override syntax Vivien Didelot

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.