Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 1/7] bitbake.conf: add systemd_unitdir
@ 2012-03-22 11:05 Andreas Müller
  2012-03-22 11:05 ` [PATCH 2/7] avahi.inc: use systemd_unitdir Andreas Müller
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Andreas Müller @ 2012-03-22 11:05 UTC (permalink / raw)
  To: openembedded-core

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>
---
 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 07982d7..52802f6 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"
-- 
1.7.4.4




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-03-22 18:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-22 11:05 [PATCH 1/7] bitbake.conf: add systemd_unitdir Andreas Müller
2012-03-22 11:05 ` [PATCH 2/7] avahi.inc: use systemd_unitdir Andreas Müller
2012-03-22 11:05 ` [PATCH 3/7] bluez4: " Andreas Müller
2012-03-22 11:05 ` [PATCH 4/7] ofono: " Andreas Müller
2012-03-22 11:06 ` [PATCH 5/7] dbus: " Andreas Müller
2012-03-22 11:06 ` [PATCH 6/7] alsa-utils: " Andreas Müller
2012-03-22 11:06 ` [PATCH 7/7] consolekit: " Andreas Müller
2012-03-22 14:22 ` [PATCH 1/7] bitbake.conf: add systemd_unitdir Martin Jansa
2012-03-22 17:57 ` Saul Wold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox