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 | poky-84a7f89bbf83b599f36e3788da3ca640edf7f717.tar.gz | |
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() { | |||
| 139 | --includedir=${includedir} | 139 | --includedir=${includedir} |
| 140 | } | 140 | } |
| 141 | 141 | ||
| 142 | do_stage() { | ||
| 143 | set -ex | ||
| 144 | bjam ${BJAM_OPTS} \ | ||
| 145 | --libdir=${STAGING_LIBDIR} \ | ||
| 146 | --includedir=${STAGING_INCDIR} \ | ||
| 147 | install | ||
| 148 | } | ||
| 149 | |||
| 150 | do_install() { | 142 | do_install() { |
| 151 | set -ex | 143 | set -ex |
| 152 | bjam ${BJAM_OPTS} \ | 144 | bjam ${BJAM_OPTS} \ |
