mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 15:47:03 +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:
parent
a28b1bafd7
commit
7051a3965a
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user