diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-18 00:10:50 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-18 00:10:50 +0000 |
| commit | 84a7f89bbf83b599f36e3788da3ca640edf7f717 (patch) | |
| tree | 8dbe4cf230aa752d4c15e517c471067ebc571749 | |
| parent | 6b05a7af6a6b2b61b356a0e078701f32a772f6e2 (diff) | |
| download | openembedded-core-84a7f89bbf83b599f36e3788da3ca640edf7f717.tar.gz openembedded-core-84a7f89bbf83b599f36e3788da3ca640edf7f717.tar.bz2 openembedded-core-84a7f89bbf83b599f36e3788da3ca640edf7f717.zip | |
boost: Switch to using do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta-moblin/packages/boost/boost-36.inc | 8 |
1 files changed, 0 insertions, 8 deletions
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} \ |
