mirror of
https://git.yoctoproject.org/poky
synced 2026-09-14 03:49:32 +02:00
boost-jam-native: Use do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -21,10 +21,12 @@ do_compile() {
|
|||||||
./build.sh gcc
|
./build.sh gcc
|
||||||
}
|
}
|
||||||
|
|
||||||
|
NATIVE_INSTALL_WORKS = "1"
|
||||||
# This is too terrible - the build script doesn't give any good
|
# 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
|
# way I can see to find out where the binaries are placed, so
|
||||||
# rely on only one bin.foo directory being created.
|
# rely on only one bin.foo directory being created.
|
||||||
do_stage() {
|
do_install () {
|
||||||
set -ex
|
set -ex
|
||||||
install -c -m 755 bin.*/bjam ${STAGING_BINDIR}/
|
install -d ${D}${bindir}/
|
||||||
|
install -c -m 755 bin.*/bjam ${D}${bindir}/
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user