[oe-commits] Andreas Müller : bitbake.conf: add systemd_unitdir

git at git.openembedded.org git at git.openembedded.org
Thu Mar 22 16:51:04 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: bac4871105bc6bfa820955f28b4657740ea41961
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=bac4871105bc6bfa820955f28b4657740ea41961

Author: Andreas Müller <schnitzeltony at googlemail.com>
Date:   Thu Mar 22 12:05:56 2012 +0100

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 <schnitzeltony at googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a9fcf05..f140b6b 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"





More information about the Openembedded-commits mailing list