From 3e80fcdab52d8cf351c9d0233ff714dfa48eba2c Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Thu, 22 Mar 2012 12:05:56 +0100 Subject: bitbake.conf: add systemd_unitdir MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/conf') 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" -- cgit v1.2.3-54-g00ecf