libtraceevent: Move plugins into package of its own

From Peter Bergin <peter@berginkonsult.se>
see cf672ba52f

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2023-01-06 16:34:51 -08:00
parent 84a8adc1c1
commit b713e454c1

View File

@ -20,4 +20,6 @@ do_install() {
oe_runmake install DESTDIR=${D} pkgconfig_dir=${libdir}/pkgconfig
}
FILES:${PN} += "${libdir}/traceevent"
PACKAGES += "${PN}-plugins"
FILES:${PN}-plugins += "${libdir}/traceevent/plugins"