mirror of
https://git.yoctoproject.org/poky
synced 2026-04-03 02:02:21 +02:00
bitbake.conf: Add nonarch_libdir and base systemd vars on it
(From OE-Core rev: ab26953276c543582fbaf2ad6f0a02d712ed90ea) Signed-off-by: Pau Espin Pedrol <pau.espin@aweurope.be> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
661734759e
commit
319a69f1d7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user