diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-14 15:55:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-19 17:54:58 +0000 |
commit | 2c57f28eda433e4f3e639023a6d244554c3ccdad (patch) | |
tree | 16da1d42cadd16d6e1ff799e126b01e09c0fac41 /meta/conf | |
parent | 9e4186796591fdfc7d84395dd21fe33e18e87ac5 (diff) | |
download | poky-2c57f28eda433e4f3e639023a6d244554c3ccdad.tar.gz |
bitbake.conf: add nonarch_base_lib variable
Adapt stagging.bbclass to this change
(From OE-Core rev: 0730a8cbb42cd8b6667f2d1daefa0f6fcec06af2)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 578c29f46c..2e3856a2d1 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -21,6 +21,7 @@ export exec_prefix = "/usr" | |||
21 | export base_bindir = "${base_prefix}/bin" | 21 | export base_bindir = "${base_prefix}/bin" |
22 | export base_sbindir = "${base_prefix}/sbin" | 22 | export base_sbindir = "${base_prefix}/sbin" |
23 | export base_libdir = "${base_prefix}/${baselib}" | 23 | export base_libdir = "${base_prefix}/${baselib}" |
24 | export nonarch_base_libdir = "${base_prefix}/lib" | ||
24 | 25 | ||
25 | # Architecture independent paths | 26 | # Architecture independent paths |
26 | export datadir = "${prefix}/share" | 27 | export datadir = "${prefix}/share" |