summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2012-03-22 12:05:56 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-22 16:47:07 +0000
commit3e80fcdab52d8cf351c9d0233ff714dfa48eba2c (patch)
treefa4fb6d53dbe14c8b0a40ac60681d0fb958ce3a1 /meta
parent9e3c79cfe84937439d0777875fdb7437b067c2b2 (diff)
downloadpoky-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.conf1
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"
39export libdir = "${exec_prefix}/${baselib}" 39export libdir = "${exec_prefix}/${baselib}"
40export includedir = "${exec_prefix}/include" 40export includedir = "${exec_prefix}/include"
41export oldincludedir = "${exec_prefix}/include" 41export oldincludedir = "${exec_prefix}/include"
42export systemd_unitdir = "${base_libdir}/systemd"
42 43
43# Linkage between native/cross/nativesdk layouts 44# Linkage between native/cross/nativesdk layouts
44base_bindir_native = "/bin" 45base_bindir_native = "/bin"