mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 03:32:13 +02:00
boost: Switch to using do_install for staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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} \
|
||||
|
||||
Reference in New Issue
Block a user