diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2012-07-19 11:53:45 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-08-20 09:57:39 +0200 |
| commit | 2a4de1a544ef16e581d41965107bc9d84cd387bb (patch) | |
| tree | a8ebecd36b3565f3c70c647553861d35ecd87943 /meta-efl/recipes-devtools/python/python-efl.inc | |
| parent | 5fd2b71ccab54b0717ebed21869754de16bd3608 (diff) | |
| download | meta-openembedded-2a4de1a544ef16e581d41965107bc9d84cd387bb.tar.gz | |
meta-efl: unify tabs/spaces usage
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-efl.inc')
| -rw-r--r-- | meta-efl/recipes-devtools/python/python-efl.inc | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 6ca5e3f7f4..a4df6a6952 100644 --- a/meta-efl/recipes-devtools/python/python-efl.inc +++ b/meta-efl/recipes-devtools/python/python-efl.inc | |||
| @@ -20,24 +20,24 @@ S = "${WORKDIR}/${SRCNAME}" | |||
| 20 | 20 | ||
| 21 | 21 | ||
| 22 | do_configure_prepend() { | 22 | do_configure_prepend() { |
| 23 | # prefix CYTHON_.*_INCLUDEDIR with path to STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly | 23 | # prefix CYTHON_.*_INCLUDEDIR with path to STAGING_DIR_HOST also use $PKG_CONFIG instead of pkg-config directly |
| 24 | sed -i "s#\`\$PKG_CONFIG --variable=includedir \"python-evas#${STAGING_DIR_HOST}\`\$PKG_CONFIG --variable=includedir \"python-evas#g" ${S}/configure.ac | 24 | sed -i "s#\`\$PKG_CONFIG --variable=includedir \"python-evas#${STAGING_DIR_HOST}\`\$PKG_CONFIG --variable=includedir \"python-evas#g" ${S}/configure.ac |
| 25 | } | 25 | } |
| 26 | 26 | ||
| 27 | do_install_append() { | 27 | do_install_append() { |
| 28 | if [ -e examples ]; then | 28 | if [ -e examples ]; then |
| 29 | for i in `find examples -name "*.edc"`; do | 29 | for i in `find examples -name "*.edc"`; do |
| 30 | cd ${S}/`dirname $i` | 30 | cd ${S}/`dirname $i` |
| 31 | echo "Generating .edj file for $i..." | 31 | echo "Generating .edj file for $i..." |
| 32 | edje_cc `basename $i` | 32 | edje_cc `basename $i` |
| 33 | echo "Removing sources in this directory..." | 33 | echo "Removing sources in this directory..." |
| 34 | rm -f *.edc *.png *.ttf *.jpeg | 34 | rm -f *.edc *.png *.ttf *.jpeg |
| 35 | done | 35 | done |
| 36 | cd ${S} | 36 | cd ${S} |
| 37 | install -d ${D}${datadir}/${PN}/ | 37 | install -d ${D}${datadir}/${PN}/ |
| 38 | cp -a examples ${D}${datadir}/${PN}/ | 38 | cp -a examples ${D}${datadir}/${PN}/ |
| 39 | find ${D}${datadir}/${PN}/examples -name ".svn" | xargs rm -rf | 39 | find ${D}${datadir}/${PN}/examples -name ".svn" | xargs rm -rf |
| 40 | fi | 40 | fi |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug" | 43 | FILES_${PN}-dbg += "${libdir}/${PYTHON_DIR}/site-packages/*.egg/*/*/.debug" |
