mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 04:33:29 +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:
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"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user