diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-01 18:09:20 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:39:07 +0100 |
commit | 056d7fbc99fc64cf837e9ba7ae2316e95749d605 (patch) | |
tree | 105990acb760457f086cc0b8c32ec4cf1d8469d3 /meta/recipes-kernel/oprofile | |
parent | 56e46f0bc41013f6857fdb85c82c0ebf75d822f9 (diff) | |
download | poky-056d7fbc99fc64cf837e9ba7ae2316e95749d605.tar.gz |
oprofile: Fix QA warnings
(From OE-Core rev: 8ecfb7816b69da4be4b37e27083b4f5a7515faa6)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/oprofile')
-rw-r--r-- | meta/recipes-kernel/oprofile/oprofile_0.9.6.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb b/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb index eb707e06d1..603500d428 100644 --- a/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb +++ b/meta/recipes-kernel/oprofile/oprofile_0.9.6.bb | |||
@@ -15,6 +15,10 @@ DEPENDS = "popt binutils" | |||
15 | RDEPENDS_${PN} = "binutils-symlinks" | 15 | RDEPENDS_${PN} = "binutils-symlinks" |
16 | RRECOMMENDS_${PN} = "kernel-vmlinux" | 16 | RRECOMMENDS_${PN} = "kernel-vmlinux" |
17 | 17 | ||
18 | FILES_${PN} = "${bindir} ${libdir}/${BPN}/lib*.so.* ${datadir}/${BPN}" | ||
19 | FILES_${PN}-dev += "${libdir}/${BPN}/lib*.so ${libdir}/${BPN}/lib*.la" | ||
20 | FILES_${PN}-staticdev += "${libdir}/${BPN}/lib*.a" | ||
21 | |||
18 | PR = "r1" | 22 | PR = "r1" |
19 | 23 | ||
20 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ | 24 | SRC_URI = "${SOURCEFORGE_MIRROR}/oprofile/oprofile-${PV}.tar.gz \ |