From: Richard Purdie Date: Wed, 18 Nov 2009 00:10:50 +0000 (+0000) Subject: boost: Switch to using do_install for staging X-Git-Tag: 2011-1~6694 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=84a7f89bbf83b599f36e3788da3ca640edf7f717;p=openembedded-core.git boost: Switch to using do_install for staging Signed-off-by: Richard Purdie --- diff --git a/meta-moblin/packages/boost/boost-36.inc b/meta-moblin/packages/boost/boost-36.inc index 593498206e..d297dfb1af 100644 --- a/meta-moblin/packages/boost/boost-36.inc +++ b/meta-moblin/packages/boost/boost-36.inc @@ -139,14 +139,6 @@ do_compile() { --includedir=${includedir} } -do_stage() { - set -ex - bjam ${BJAM_OPTS} \ - --libdir=${STAGING_LIBDIR} \ - --includedir=${STAGING_INCDIR} \ - install -} - do_install() { set -ex bjam ${BJAM_OPTS} \