summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/sysprof
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2016-07-26 20:19:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-01 11:47:11 +0100
commit6f1f3174cfd5db84fb23032005e695677f011e61 (patch)
treef0f8c0141017239bf04a2b1f4d0ba95229d91ba9 /meta/recipes-kernel/sysprof
parent1ebec491aac49020b58d885a89ef8a9d33b0daf5 (diff)
downloadpoky-6f1f3174cfd5db84fb23032005e695677f011e61.tar.gz
sysprof: clean up FILES
This recipe ships unversioned libraries so fiddle the intermediate variables instead of rewriting FILES directly. (From OE-Core rev: d6d15924a7b3fe668d4c7e88fd4c90b0d580f2ed) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/sysprof')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_git.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 6324d20f65..8d8b626397 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -30,8 +30,9 @@ PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATU
30PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" 30PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"
31PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus" 31PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus"
32 32
33FILES_${PN} += "${datadir}/icons/ ${libdir}/libsysprof* ${datadir}/dbus-1/" 33SOLIBS = ".so"
34FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig" 34FILES_SOLIBSDEV = ""
35FILES_${PN} += "${datadir}/icons/"
35 36
36SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'sysprof2.service', '', d)}" 37SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'sysprof2.service', '', d)}"
37 38