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:47:07 +0000 |
commit | 3e80fcdab52d8cf351c9d0233ff714dfa48eba2c (patch) | |
tree | fa4fb6d53dbe14c8b0a40ac60681d0fb958ce3a1 /meta | |
parent | 9e3c79cfe84937439d0777875fdb7437b067c2b2 (diff) | |
download | ast2050-yocto-poky-3e80fcdab52d8cf351c9d0233ff714dfa48eba2c.zip ast2050-yocto-poky-3e80fcdab52d8cf351c9d0233ff714dfa48eba2c.tar.gz |
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>
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 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" |