diff options
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb index 233d836c37..9d9490347b 100644 --- a/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb +++ b/meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | |||
@@ -9,7 +9,7 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \ | 9 | LIC_FILES_CHKSUM = "file://COPYING;md5=f650d5f5af1e9648fe0b40e290d3adbb \ |
10 | file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \ | 10 | file://ltt/ltt.h;beginline=2;endline=18;md5=8b7da9190028c50396d97fc85bad0da9 \ |
11 | file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6" | 11 | file://lttv/lttv/traceset.c;beginline=2;endline=17;md5=bcab42863b64b41d153bf81bbe2490a6" |
12 | PR = "r2" | 12 | PR = "r3" |
13 | 13 | ||
14 | DEPENDS = "gtk+ pango popt" | 14 | DEPENDS = "gtk+ pango popt" |
15 | 15 | ||
@@ -28,6 +28,7 @@ inherit autotools | |||
28 | 28 | ||
29 | LEAD_SONAME = "liblttvtraceread*" | 29 | LEAD_SONAME = "liblttvtraceread*" |
30 | 30 | ||
31 | FILES_SOLIBSDEV = "" | ||
31 | FILES_${PN} += "\ | 32 | FILES_${PN} += "\ |
32 | ${libdir}/liblttvtraceread*.so \ | 33 | ${libdir}/liblttvtraceread*.so \ |
33 | ${libdir}/lttv/plugins/*.so \ | 34 | ${libdir}/lttv/plugins/*.so \ |