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:
Khem Raj
2021-09-15 06:47:50 -07:00
parent c421dab7ac
commit e4a3c66505
@@ -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"