diff options
| author | Michael Lauer <mickey@vanille-media.de> | 2008-01-13 23:28:42 +0000 |
|---|---|---|
| committer | Michael Lauer <mickey@vanille-media.de> | 2008-01-13 23:28:42 +0000 |
| commit | ab4f7ee8fff64fe00fc0b0be32f2faee5440b0e0 (patch) | |
| tree | 3499a10f449fee2b2dcc4e1d930741572b636754 /packages/python/python-efl.inc | |
| parent | 3e4e9f1191af0ad63acbb830e91dfc6b45e07b5c (diff) | |
python-efl cvs generate .edj files and ship 'em
Diffstat (limited to 'packages/python/python-efl.inc')
| -rw-r--r-- | packages/python/python-efl.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/python/python-efl.inc b/packages/python/python-efl.inc index e54cfff574..e6cc62df5e 100644 --- a/packages/python/python-efl.inc +++ b/packages/python/python-efl.inc @@ -15,6 +15,14 @@ S = "${WORKDIR}/${PN}" do_install_append() { if [ -e examples ]; then + for i in `find examples -name "*.edc"`; do + pushd `dirname $i` + echo "Generating .edj file for $i..." + edje_cc `basename $i` + echo "Removing sources in this directory..." + rm -f *.edc *.png *.ttf *.jpeg + popd + done install -d ${D}${datadir}/${PN}/ cp -a examples ${D}${datadir}/${PN}/ find ${D}${datadir}/${PN}/examples -name "CVS" | xargs rm -rf |
