diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-15 10:14:49 +0100 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-15 10:14:49 +0100 |
| commit | cc86905780572b84afa593a15756436a639de9b5 (patch) | |
| tree | 0c150421dd153898df12c5ff32ec40fdfb83bcbf | |
| parent | 3b154ffbb6e9150e31ac614e953ce7786d7bd846 (diff) | |
| download | poky-cc86905780572b84afa593a15756436a639de9b5.tar.gz | |
bitbake.conf: Add base_libdir_nativesdk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -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 ea584097e4..e54f7d6fa5 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -46,6 +46,7 @@ bindir_cross = "/bin" | |||
| 46 | prefix_nativesdk = "/usr" | 46 | prefix_nativesdk = "/usr" |
| 47 | bindir_nativesdk = "${prefix_nativesdk}/bin" | 47 | bindir_nativesdk = "${prefix_nativesdk}/bin" |
| 48 | libdir_nativesdk = "${prefix_nativesdk}/lib" | 48 | libdir_nativesdk = "${prefix_nativesdk}/lib" |
| 49 | base_libdir_nativesdk = "/lib" | ||
| 49 | 50 | ||
| 50 | # | 51 | # |
| 51 | # Cross recipes need to know about the target layout | 52 | # Cross recipes need to know about the target layout |
