meta-oe: remove trailing spaces

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2016-08-18 18:58:34 +02:00
parent 303a585a6f
commit dc48e768f5
64 changed files with 87 additions and 87 deletions
@@ -18,7 +18,7 @@ SRC_URI = "${E_SVN}/trunk/THEMES;module=${SRCNAME};protocol=http"
S = "${WORKDIR}/${SRCNAME}/e"
do_compile() {
# unfortunately hardcoded edje_cc in Makefile
# unfortunately hardcoded edje_cc in Makefile
sed -i "s#\tedje_cc#\t${STAGING_BINDIR_NATIVE}/edje_cc#g" Makefile
make
}
+1 -1
View File
@@ -21,5 +21,5 @@ FILES_${PN} += "${libdir}/enlightenment/modules/*/*.desktop \
FILES_${PN}-staticdev += "${libdir}/enlightenment/modules/*/*/*.a"
FILES_${PN}-dev += "${libdir}/enlightenment/modules/*/*/*.la"
FILES_${PN}-dbg += "${libdir}/enlightenment/modules/*/*/.debug"
SRC_URI += "file://configure.patch"
+1 -1
View File
@@ -7,7 +7,7 @@ PR = "${INC_PR}.0"
require e-module.inc
do_configure_prepend() {
sed -i -e /po/d configure.ac
sed -i -e /po/d configure.ac
sed -i -e s:\ po::g Makefile.am
}
+1 -1
View File
@@ -9,7 +9,7 @@ PR = "${INC_PR}.0"
require e-module.inc
do_configure_prepend() {
sed -i -e /po/d ${S}/configure.ac
sed -i -e /po/d ${S}/configure.ac
sed -i -e s:\ po::g ${S}/Makefile.am
}
+1 -1
View File
@@ -105,7 +105,7 @@ python populate_packages_prepend () {
output_pattern = 'evas-' + plugin_type[:-1] + "-%s",
description = 'Evas module %s',
allow_dirs=True, recursive=False, extra_depends="" )
plugin_type = "cserve2"
bb.note( "splitting packages for evas %s..." % plugin_type )
basedir = d.expand( '${libdir}/evas/%s/loaders' % plugin_type)