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

(From OE-Core rev: bac4871105bc6bfa820955f28b4657740ea41961)

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Andreas Müller 2012-03-22 12:05:56 +01:00 committed by Richard Purdie
parent 9e3c79cfe8
commit 3e80fcdab5
1 changed files with 1 additions and 0 deletions

View File

@ -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"