mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
e.bbclass: Fix do_configure_append for B!=S
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -8,7 +8,7 @@ do_prepsources () {
|
||||
addtask prepsources after do_patch before do_configure
|
||||
|
||||
do_configure_append() {
|
||||
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
||||
find ${B} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
|
||||
}
|
||||
|
||||
export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config"
|
||||
|
||||
Reference in New Issue
Block a user