[oe-commits] [openembedded-core] 05/38: sysprof: fix pkgconfig packaging

git at git.openembedded.org git at git.openembedded.org
Thu Jun 23 13:27:07 UTC 2016


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

commit eca3347fef3d6010176c7569f181a16f0abe01d4
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Jun 16 14:23:51 2016 +0100

    sysprof: fix pkgconfig packaging
    
    pkgconfig files need to be in -dev.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-kernel/sysprof/sysprof_git.bb | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_git.bb
index 461f414..2b0fbec 100644
--- a/meta/recipes-kernel/sysprof/sysprof_git.bb
+++ b/meta/recipes-kernel/sysprof/sysprof_git.bb
@@ -28,10 +28,8 @@ EXTRA_OECONF = "--enable-compile-warnings"
 PACKAGECONFIG ?= "${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}"
 PACKAGECONFIG[gtk] = "--enable-gtk,--disable-gtk,gtk+3"
 
-FILES_${PN} += "${datadir}/icons/ ${libdir}"
-FILES_${PN}-dev = "${prefix}/include"
+FILES_${PN} += "${datadir}/icons/ ${libdir}/libsysprof*"
+FILES_${PN}-dev = "${includedir} ${libdir}/pkgconfig"
 
 # We do not yet work for aarch64.
-#
 COMPATIBLE_HOST = "^(?!aarch64).*"
-

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


More information about the Openembedded-commits mailing list