mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
pahole: Add missing rdep for python
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>
This commit is contained in:
@@ -25,6 +25,6 @@ FILES:${PN} = "${bindir}/pahole \
|
|||||||
|
|
||||||
PACKAGES += "${PN}-extra"
|
PACKAGES += "${PN}-extra"
|
||||||
FILES:${PN}-extra = "${datadir} ${bindir} ${libdir}/libdwarves_emit.so*"
|
FILES:${PN}-extra = "${datadir} ${bindir} ${libdir}/libdwarves_emit.so*"
|
||||||
RDEPENDS:${PN}-extra += "bash"
|
RDEPENDS:${PN}-extra += "bash python3-core"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Reference in New Issue
Block a user