[oe-commits] [openembedded-core] 15/49: sysprof: clean up FILES

git at git.openembedded.org git at git.openembedded.org
Thu Jul 28 20:56:08 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit dd09eb05c3576e2512e8a6aec423fdebf66c7dbe
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Jul 26 20:19:15 2016 +0100

    sysprof: clean up FILES
    
    This recipe ships unversioned libraries so fiddle the intermediate variables
    instead of rewriting FILES directly.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/sysprof/sysprof_git.bb | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 6324d20..8d8b626 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)}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list