From eca3347fef3d6010176c7569f181a16f0abe01d4 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 16 Jun 2016 14:23:51 +0100 Subject: sysprof: fix pkgconfig packaging pkgconfig files need to be in -dev. Signed-off-by: Ross Burton --- 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 461f414a1e..2b0fbec732 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).*" - -- cgit 1.2.3-korg