diff options
author | Pau Espin Pedrol <pau.espin@aweurope.be> | 2015-07-30 13:33:11 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-10 12:40:29 -0700 |
commit | 319a69f1d757a577b50a2ca9c8fbf845eba8e274 (patch) | |
tree | 87fe7b0b356ba8af30d3587ec895d7da7538210d /meta/conf | |
parent | 661734759e73abd86d8184ae1dc4e91ba9cac83d (diff) | |
download | poky-319a69f1d757a577b50a2ca9c8fbf845eba8e274.tar.gz |
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>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 5 |
1 files changed, 4 insertions, 1 deletions
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" | |||
32 | export infodir = "${datadir}/info" | 32 | export infodir = "${datadir}/info" |
33 | export mandir = "${datadir}/man" | 33 | export mandir = "${datadir}/man" |
34 | export docdir = "${datadir}/doc" | 34 | export docdir = "${datadir}/doc" |
35 | export systemd_unitdir = "/lib/systemd" | 35 | export systemd_unitdir = "${nonarch_base_libdir}/systemd" |
36 | export systemd_system_unitdir = "${nonarch_base_libdir}/systemd/system" | ||
37 | export nonarch_libdir = "${exec_prefix}/lib" | ||
38 | export systemd_user_unitdir = "${nonarch_libdir}/systemd/user" | ||
36 | 39 | ||
37 | # Architecture dependent paths | 40 | # Architecture dependent paths |
38 | export bindir = "${exec_prefix}/bin" | 41 | export bindir = "${exec_prefix}/bin" |