summaryrefslogtreecommitdiffstats
path: root/meta-moblin/packages/boost/boost-jam-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-moblin/packages/boost/boost-jam-native.inc')
-rw-r--r--meta-moblin/packages/boost/boost-jam-native.inc6
1 files 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 843f912f46..5293ea5e09 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() {
21 ./build.sh gcc 21 ./build.sh gcc
22} 22}
23 23
24NATIVE_INSTALL_WORKS = "1"
24# This is too terrible - the build script doesn't give any good 25# This is too terrible - the build script doesn't give any good
25# way I can see to find out where the binaries are placed, so 26# way I can see to find out where the binaries are placed, so
26# rely on only one bin.foo directory being created. 27# rely on only one bin.foo directory being created.
27do_stage() { 28do_install () {
28 set -ex 29 set -ex
29 install -c -m 755 bin.*/bjam ${STAGING_BINDIR}/ 30 install -d ${D}${bindir}/
31 install -c -m 755 bin.*/bjam ${D}${bindir}/
30} 32}