From b7f8fded0de08d2bfe16541bc4d8c9073b3bb941 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Wed, 23 Jul 2014 11:58:57 +0800 Subject: serf: specify LIBDIR to avoid install issue LIBDIR defaults to ${prefix}/lib, use ${libdir} to avoid issue on 64bit platforms. (From OE-Core rev: e5c023abd5265293623ac993a048d7abb9b71a59) Signed-off-by: Ting Liu Signed-off-by: Richard Purdie --- 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 9893cb7212..08b04d3ca6 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" -- cgit v1.2.3-54-g00ecf