diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 22:15:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-22 22:23:37 +0100 |
commit | ea0b7440ec5a8663b66f56a19f0b38e803b523d3 (patch) | |
tree | 786fb8042d0935943e73629da4ae5e816c9a6f90 /meta/classes/nativesdk.bbclass | |
parent | ca64b2eb1f1fd3b298e9384752b2fd806f7e4a12 (diff) | |
download | poky-ea0b7440ec5a8663b66f56a19f0b38e803b523d3.tar.gz |
multilib.bbclass: Partially fix multlib image targets
This patch partially fixes problems when building multilib extended
images such as libXX-core-image-minimal. Its not a perfect/complete
solution but works much better than any previous code did.
[YOCTO #1496] (partial)
[YOCTO #1497] (partial)
[YOCTO #1498] (partial)
(From OE-Core rev: 00c38774ef0232cc2be924ed8e59220e7c452096)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/nativesdk.bbclass')
-rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index a495555b35..bb59ac57a6 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
@@ -48,6 +48,7 @@ LDFLAGS = "${BUILDSDK_LDFLAGS}" | |||
48 | base_prefix = "${SDKPATHNATIVE}" | 48 | base_prefix = "${SDKPATHNATIVE}" |
49 | prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" | 49 | prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" |
50 | exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" | 50 | exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" |
51 | baselib = "lib" | ||
51 | 52 | ||
52 | FILES_${PN} += "${prefix}" | 53 | FILES_${PN} += "${prefix}" |
53 | FILES_${PN}-dbg += "${prefix}/.debug \ | 54 | FILES_${PN}-dbg += "${prefix}/.debug \ |