meta-efl: unify tabs/spaces usage

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2012-07-19 11:53:45 +02:00
parent 5fd2b71cca
commit 2a4de1a544
19 changed files with 66 additions and 66 deletions
+2 -2
View File
@@ -3,12 +3,12 @@ SECTION = "e/apps"
inherit e-base autotools pkgconfig binconfig
do_prepsources () {
make clean distclean || true
make clean distclean || true
}
addtask prepsources after do_patch before do_configure
do_configure_append() {
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
}
export CURL_CONFIG = "${STAGING_BINDIR_CROSS}/curl-config"