All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] pahole: Add missing rdep for python
@ 2021-09-15 13:58 Khem Raj
  0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2021-09-15 13:58 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Khem Raj, Matteo Croce

Fixes
pahole-1.22: /usr/bin/ostra-cg contained in package pahole-extra requires /usr/bin/python3, but no providers found in RDEPENDS:pahole-extra? [file-rdeps]

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Matteo Croce <mcroce@microsoft.com>
---
 meta-oe/recipes-devtools/pahole/pahole_1.22.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb
index b9fd81fe4f..db7d88cdf6 100644
--- a/meta-oe/recipes-devtools/pahole/pahole_1.22.bb
+++ b/meta-oe/recipes-devtools/pahole/pahole_1.22.bb
@@ -25,6 +25,6 @@ FILES:${PN} =  "${bindir}/pahole \
 
 PACKAGES += "${PN}-extra"
 FILES:${PN}-extra = "${datadir} ${bindir} ${libdir}/libdwarves_emit.so*"
-RDEPENDS:${PN}-extra += "bash"
+RDEPENDS:${PN}-extra += "bash python3-core"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.33.0


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

only message in thread, other threads:[~2021-09-15 13:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-15 13:58 [meta-oe][PATCH] pahole: Add missing rdep for python Khem Raj

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.