diff options
| author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-01-18 16:17:58 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-21 11:18:37 +0000 |
| commit | bc9d2fbfd4eaad0df5647dd5d07dfb9fcff80ff3 (patch) | |
| tree | 932aff7c30893ed2625143e53a968521c8ebf8d7 /meta/conf | |
| parent | b1025bd5385de70ba1e1fc8ec9d2fb59d7fe1e91 (diff) | |
| download | poky-bc9d2fbfd4eaad0df5647dd5d07dfb9fcff80ff3.tar.gz | |
staging: Use relative path in sysroot-destdir for target recipes
Original we used absolute path in sysroot-destdir for both native and
target recipes. This commit changes target recipes to use relative path
which is same as the image directory.
[sgw: merged with libtool sysroot work]
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
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 2c3f2fc90a..19ec1a7ce7 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
| @@ -43,6 +43,7 @@ includedir_native = "${prefix_native}/include" | |||
| 43 | libdir_native = "${prefix_native}/lib" | 43 | libdir_native = "${prefix_native}/lib" |
| 44 | datadir_native = "${prefix_native}/share" | 44 | datadir_native = "${prefix_native}/share" |
| 45 | bindir_cross = "/bin" | 45 | bindir_cross = "/bin" |
| 46 | bindir_crossscripts = "${bindir}/crossscripts" | ||
| 46 | prefix_nativesdk = "/usr" | 47 | prefix_nativesdk = "/usr" |
| 47 | bindir_nativesdk = "${prefix_nativesdk}/bin" | 48 | bindir_nativesdk = "${prefix_nativesdk}/bin" |
| 48 | libdir_nativesdk = "${prefix_nativesdk}/lib" | 49 | libdir_nativesdk = "${prefix_nativesdk}/lib" |
