mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-14 11:01:21 +00:00
trace-cmd: Conflict resolution
perf(oe-core) also uses the doc included in plugins/, so package it in own subdirs of trace-cmd. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d8402fdd6f6710effd763a0a9c06c83255e39722) Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
bf945de831
commit
15938ed77b
@ -12,6 +12,8 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake etcdir=${sysconfdir} DESTDIR=${D} install
|
oe_runmake etcdir=${sysconfdir} DESTDIR=${D} install
|
||||||
|
mkdir -p ${D}${libdir}/traceevent/plugins/${BPN}
|
||||||
|
mv ${D}/${libdir}/traceevent/plugins/*.so ${D}${libdir}/traceevent/plugins/${BPN}/
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${libdir}/traceevent/plugins"
|
FILES_${PN} += "${libdir}/traceevent/plugins"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user