[OE-core] [oe-core][PATCH 2/2] serf: specify LIBDIR to avoid install issue

ting.liu at freescale.com ting.liu at freescale.com
Wed Jul 23 03:58:57 UTC 2014


From: Ting Liu <ting.liu at freescale.com>

LIBDIR defaults to ${prefix}/lib, use ${libdir} to avoid issue on
64bit platforms.

Signed-off-by: Ting Liu <ting.liu at freescale.com>
---
 meta/recipes-support/serf/serf_1.3.6.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-support/serf/serf_1.3.6.bb b/meta/recipes-support/serf/serf_1.3.6.bb
index 9893cb7..08b04d3 100644
--- a/meta/recipes-support/serf/serf_1.3.6.bb
+++ b/meta/recipes-support/serf/serf_1.3.6.bb
@@ -21,7 +21,7 @@ do_compile() {
 }
 
 do_install() {
-	${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} install
+	${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} LIBDIR=${D}${libdir} install
 }
 
-BBCLASSEXTEND = "native"
\ No newline at end of file
+BBCLASSEXTEND = "native"
-- 
1.8.3.2




More information about the Openembedded-core mailing list