mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
meta-oe: remove trailing spaces
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user