mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
lttng-viewer: clean up FILE after PACKAGE reorder
(From OE-Core rev: 2692ff51924f003012f635a5e96eea96bf98a724) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
2c115816dc
commit
eed46b1989
@@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \
|
||||
file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \
|
||||
file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6"
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
DEPENDS = "gtk+ pango popt"
|
||||
|
||||
@@ -28,6 +28,7 @@ inherit autotools
|
||||
|
||||
LEAD_SONAME = "liblttvtraceread*"
|
||||
|
||||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += "\
|
||||
${libdir}/liblttvtraceread*.so \
|
||||
${libdir}/lttv/plugins/*.so \
|
||||
|
||||
Reference in New Issue
Block a user