diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2012-03-22 12:05:56 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-22 16:44:18 +0000 |
commit | bac4871105bc6bfa820955f28b4657740ea41961 (patch) | |
tree | 04273db1707bc98768dc04b139805531adba7cde /meta | |
parent | dc52c3cbf3a7b7242d53019f7643495eb40c0566 (diff) | |
download | openembedded-core-bac4871105bc6bfa820955f28b4657740ea41961.tar.gz openembedded-core-bac4871105bc6bfa820955f28b4657740ea41961.tar.bz2 openembedded-core-bac4871105bc6bfa820955f28b4657740ea41961.zip |
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@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | 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 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" |