From: Ross Burton Date: Tue, 26 Jul 2016 19:19:15 +0000 (+0100) Subject: sysprof: clean up FILES X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24855 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6d15924a7b3fe668d4c7e88fd4c90b0d580f2ed;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git sysprof: clean up FILES This recipe ships unversioned libraries so fiddle the intermediate variables instead of rewriting FILES directly. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb index 6324d20f659..8d8b626397c 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 PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3" PACKAGECONFIG[polkit] = "--enable-polkit,--disable-polkit,polkit dbus" -FILES_${PN} += "${datadir}/icons/ ${libdir}/libsysprof* ${datadir}/dbus-1/" -FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig" +SOLIBS = ".so" +FILES_SOLIBSDEV = "" +FILES_${PN} += "${datadir}/icons/" SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'polkit', 'sysprof2.service', '', d)}"