From 319a69f1d757a577b50a2ca9c8fbf845eba8e274 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Thu, 30 Jul 2015 13:33:11 +0200 Subject: bitbake.conf: Add nonarch_libdir and base systemd vars on it (From OE-Core rev: ab26953276c543582fbaf2ad6f0a02d712ed90ea) Signed-off-by: Pau Espin Pedrol Signed-off-by: Richard Purdie --- meta/conf/bitbake.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/conf') diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 730ab80dbd..21f1698c2b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -32,7 +32,10 @@ export datadir = "${prefix}/share" export infodir = "${datadir}/info" export mandir = "${datadir}/man" export docdir = "${datadir}/doc" -export systemd_unitdir = "/lib/systemd" +export systemd_unitdir = "${nonarch_base_libdir}/systemd" +export systemd_system_unitdir = "${nonarch_base_libdir}/systemd/system" +export nonarch_libdir = "${exec_prefix}/lib" +export systemd_user_unitdir = "${nonarch_libdir}/systemd/user" # Architecture dependent paths export bindir = "${exec_prefix}/bin" -- cgit v1.2.3-54-g00ecf