diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 17:12:10 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:39:09 +0100 |
commit | 89e8be62389217b7ca8f45fda4e75842c70ea00c (patch) | |
tree | db68b8b99a5a7b208be8ae1fd8a8fb197d663394 /meta/recipes-kernel/lttng | |
parent | 7e07f03bc4d08cbec514a9a0a3eda3e57df1c404 (diff) | |
download | poky-89e8be62389217b7ca8f45fda4e75842c70ea00c.tar.gz |
lttng-viewer: Fixup various QA warnings and a false positive
(From OE-Core rev: b5a1dda07e6115723ec6fc99390dc637766a2fbc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/lttng')
-rw-r--r-- | meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | 6 |
1 files changed, 4 insertions, 2 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 5e7bd4cdea..233d836c37 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 = "r1" | 12 | PR = "r2" |
13 | 13 | ||
14 | DEPENDS = "gtk+ pango popt" | 14 | DEPENDS = "gtk+ pango popt" |
15 | 15 | ||
@@ -34,4 +34,6 @@ FILES_${PN} += "\ | |||
34 | ${datadir}/lttv/facilities/* \ | 34 | ${datadir}/lttv/facilities/* \ |
35 | ${datadir}/lttv/pixmaps/* " | 35 | ${datadir}/lttv/pixmaps/* " |
36 | FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" | 36 | FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" |
37 | 37 | FILES_${PN}-dev += "${libdir}/lttv/plugins/*.la" | |
38 | FILES_${PN}-staticdev += "${libdir}/lttv/plugins/*.a" | ||
39 | INSANE_SKIP_${PN} = "dev-so" | ||