summaryrefslogtreecommitdiffstats
path: root/meta/classes/nativesdk.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-22 22:15:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-22 22:23:37 +0100
commitea0b7440ec5a8663b66f56a19f0b38e803b523d3 (patch)
tree786fb8042d0935943e73629da4ae5e816c9a6f90 /meta/classes/nativesdk.bbclass
parentca64b2eb1f1fd3b298e9384752b2fd806f7e4a12 (diff)
downloadpoky-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.bbclass1
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}"
48base_prefix = "${SDKPATHNATIVE}" 48base_prefix = "${SDKPATHNATIVE}"
49prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" 49prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
50exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" 50exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
51baselib = "lib"
51 52
52FILES_${PN} += "${prefix}" 53FILES_${PN} += "${prefix}"
53FILES_${PN}-dbg += "${prefix}/.debug \ 54FILES_${PN}-dbg += "${prefix}/.debug \