summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-15 23:11:30 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-15 23:17:45 -0800
commit881da060441b53bb6cf14f9d4bc5f2355af2fab2 (patch)
tree5193bd1aac007bcf9dd3763099a5bad95d4339e1 /meta-gnome
parent77e647912eebf51197ddf777102a02bf6f993756 (diff)
downloadmeta-openembedded-881da060441b53bb6cf14f9d4bc5f2355af2fab2.tar.gz
sysprof: Correct systemdunitdir location
package sysprof3.service as well Fix ERROR: sysprof-3.34.1-r0 do_package: SYSTEMD_SERVICE_sysprof value sysprof2.service does not exist Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
index 920bf10d6..1e530efb1 100644
--- a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
+++ b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb
@@ -22,12 +22,12 @@ PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit"
22PACKAGECONFIG[libsysprof] = "-Dlibsysprof=true,-Dlibsysprof=false,polkit" 22PACKAGECONFIG[libsysprof] = "-Dlibsysprof=true,-Dlibsysprof=false,polkit"
23 23
24# Enablig this requries yelp 24# Enablig this requries yelp
25EXTRA_OEMESON += "-Dhelp=false -Dsystemdunitdir=${systemd_unitdir}" 25EXTRA_OEMESON += "-Dhelp=false -Dsystemdunitdir=${systemd_unitdir}/system"
26 26
27SOLIBS = ".so" 27SOLIBS = ".so"
28FILES_SOLIBSDEV = "" 28FILES_SOLIBSDEV = ""
29 29
30SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service', '', d)}" 30SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}"
31 31
32FILES_${PN} += " \ 32FILES_${PN} += " \
33 ${datadir}/dbus-1/system-services \ 33 ${datadir}/dbus-1/system-services \