diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-06-06 00:47:07 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:00 +0100 |
commit | eed46b19897cecc50e11c6d0473133446cb68354 (patch) | |
tree | 9059f96dca2f47904d2cb990ce078d7729adc926 /meta/recipes-kernel/lttng | |
parent | 2c115816dc08faa2add63e75af9c88b4400e8356 (diff) | |
download | poky-eed46b19897cecc50e11c6d0473133446cb68354.tar.gz |
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>
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 \ |