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"
+4 -4
View File
@@ -10,13 +10,13 @@ inherit e-base autotools
# evas-native looks at this var, so keep it
do_configure_prepend() {
autopoint || touch config.rpath
autopoint || touch config.rpath
}
do_install_prepend () {
for i in `find ${S}/ -name "*.pc" -type f` ; do \
sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i
done
for i in `find ${S}/ -name "*.pc" -type f` ; do \
sed -i -e 's:-L${STAGING_LIBDIR}:-L\$\{libdir\}:g' -e 's:-I${STAGING_LIBDIR}:-I\$\{libdir\}:g' -e 's:-I${STAGING_INCDIR}:-I\$\{includedir\}:g' $i
done
}
PACKAGES =+ "${PN}-themes"