From dd9e54df3e4b8ebf6a44ad537f0aef8f627960d8 Mon Sep 17 00:00:00 2001
From: Richard Purdie <rpurdie@linux.intel.com>
Date: Wed, 18 Nov 2009 00:12:12 +0000
Subject: boost-jam-native: Use do_install for staging

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
---
 meta-moblin/packages/boost/boost-jam-native.inc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/meta-moblin/packages/boost/boost-jam-native.inc b/meta-moblin/packages/boost/boost-jam-native.inc
index 843f912f4..5293ea5e0 100644
--- a/meta-moblin/packages/boost/boost-jam-native.inc
+++ b/meta-moblin/packages/boost/boost-jam-native.inc
@@ -21,10 +21,12 @@ do_compile() {
 	./build.sh gcc
 }
 
+NATIVE_INSTALL_WORKS = "1"
 # This is too terrible - the build script doesn't give any good
 # way I can see to find out where the binaries are placed, so
 # rely on only one bin.foo directory being created.
-do_stage() {
+do_install () {
 	set -ex
-	install -c -m 755 bin.*/bjam ${STAGING_BINDIR}/
+	install -d ${D}${bindir}/
+	install -c -m 755 bin.*/bjam ${D}${bindir}/
 }
-- 
cgit v1.2.3