e.bbclass: Fix do_configure_append for B!=S

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2014-05-04 19:43:50 +02:00
parent a28b1bafd7
commit 7051a3965a

View File

@@ -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"