aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r--meta/recipes-kernel/sysprof/sysprof_git.bb6
1 files 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).*"
-