summaryrefslogtreecommitdiffstats
path: root/meta-gnome
diff options
context:
space:
mode:
authorMarkus Volk <f_l_k@t-online.de>2024-03-30 12:21:59 +0100
committerKhem Raj <raj.khem@gmail.com>2024-03-30 09:52:58 -0700
commit78980a0a1b27b259136e1c3e3f8d09864a3ff0f4 (patch)
tree096acabcada2d9c289e5ea0dbbd3e1d2021652f0 /meta-gnome
parent846418dc8b4d5789382f23a478acfb6535ad5f04 (diff)
downloadmeta-openembedded-78980a0a1b27b259136e1c3e3f8d09864a3ff0f4.tar.gz
gnome-user-share: remove hardcoded paths
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r--meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
index 3ff8f938a..6fc78dd29 100644
--- a/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-user-share/gnome-user-share_43.0.bb
@@ -18,7 +18,7 @@ SRCREV = "a0e790aa9494db9d1b1f48b4fc0d2f78e112044d"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20PACKAGECONFIG ??= "modules" 20PACKAGECONFIG ??= "modules"
21PACKAGECONFIG[httpd] = "-Dhttpd=/usr/sbin/httpd,,,apache2 mod-dnssd" 21PACKAGECONFIG[httpd] = "-Dhttpd=${sbindir}/httpd,,,apache2 mod-dnssd"
22PACKAGECONFIG[modules] = "-Dmodules_path=/usr/libexec/apache2/modules" 22PACKAGECONFIG[modules] = "-Dmodules_path=${libexecdir}/apache2/modules"
23 23
24FILES:${PN} += "${systemd_user_unitdir}" 24FILES:${PN} += "${systemd_user_unitdir}"