From: Andreas Müller Date: Thu, 22 Mar 2012 11:05:56 +0000 (+0100) Subject: bitbake.conf: add systemd_unitdir X-Git-Tag: 2015-4~11221 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=bac4871105bc6bfa820955f28b4657740ea41961;p=openembedded-core.git bitbake.conf: add systemd_unitdir Some of oe-core's recipes need to know where systemd units are. Since the directory might change in the future [1], we set the location once globally to reduce maintenance efforts [1] http://www.gossamer-threads.com/lists/gentoo/dev/245758 Signed-off-by: Andreas Müller Signed-off-by: Richard Purdie --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index a9fcf052c3..f140b6bc22 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -39,6 +39,7 @@ export libexecdir = "${exec_prefix}/libexec" export libdir = "${exec_prefix}/${baselib}" export includedir = "${exec_prefix}/include" export oldincludedir = "${exec_prefix}/include" +export systemd_unitdir = "${base_libdir}/systemd" # Linkage between native/cross/nativesdk layouts base_bindir_native = "/bin"