[oe-commits] Pau Espin Pedrol : bitbake.conf: Add nonarch_libdir and base systemd vars on it

git at git.openembedded.org git at git.openembedded.org
Mon Aug 10 19:41:21 UTC 2015


Module: openembedded-core.git
Branch: master
Commit: ab26953276c543582fbaf2ad6f0a02d712ed90ea
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ab26953276c543582fbaf2ad6f0a02d712ed90ea

Author: Pau Espin Pedrol <pau.espin at aweurope.be>
Date:   Thu Jul 30 13:33:11 2015 +0200

bitbake.conf: Add nonarch_libdir and base systemd vars on it

Signed-off-by: Pau Espin Pedrol <pau.espin at aweurope.be>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/bitbake.conf | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 730ab80..21f1698 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"



More information about the Openembedded-commits mailing list