From: Pau Espin Pedrol Date: Thu, 30 Jul 2015 11:33:11 +0000 (+0200) Subject: bitbake.conf: Add nonarch_libdir and base systemd vars on it X-Git-Tag: 2015-10~921 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ab26953276c543582fbaf2ad6f0a02d712ed90ea;p=openembedded-core.git bitbake.conf: Add nonarch_libdir and base systemd vars on it Signed-off-by: Pau Espin Pedrol Signed-off-by: Richard Purdie --- 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"