From 89e8be62389217b7ca8f45fda4e75842c70ea00c Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 4 Jul 2011 17:12:10 +0100 Subject: lttng-viewer: Fixup various QA warnings and a false positive (From OE-Core rev: b5a1dda07e6115723ec6fc99390dc637766a2fbc) Signed-off-by: Richard Purdie --- meta/recipes-kernel/lttng/lttng-viewer_0.12.38.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/lttng') 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" 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 = "r1" +PR = "r2" DEPENDS = "gtk+ pango popt" @@ -34,4 +34,6 @@ FILES_${PN} += "\ ${datadir}/lttv/facilities/* \ ${datadir}/lttv/pixmaps/* " FILES_${PN}-dbg += "${libdir}/lttv/plugins/.debug/" - +FILES_${PN}-dev += "${libdir}/lttv/plugins/*.la" +FILES_${PN}-staticdev += "${libdir}/lttv/plugins/*.a" +INSANE_SKIP_${PN} = "dev-so" -- cgit v1.2.3-54-g00ecf