mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
boost: add dirs flag to boostconfig task
The boostconfig task expects to run in ${S} so make that explicit.
(From OE-Core rev: bb458d6c085e4c3d9d4ee8b1fba23600e2d7376b)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
c5c80d9edc
commit
62dae66e0d
@@ -154,6 +154,7 @@ do_boostconfig() {
|
||||
sed -i '/^using python/d' project-config.jam
|
||||
}
|
||||
|
||||
do_boostconfig[dirs] = "${S}"
|
||||
addtask do_boostconfig after do_patch before do_configure
|
||||
|
||||
do_compile() {
|
||||
|
||||
Reference in New Issue
Block a user