aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-devtools/python/python-efl.inc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2014-06-02 12:17:27 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2014-06-21 19:22:26 +0200
commitd03f4879304ab319060e9876ff8e6fc64f0dd794 (patch)
treec8f9540fa9bd7199de6f0eda5446704af3a1bd48 /meta-efl/recipes-devtools/python/python-efl.inc
parent397c5f238bfde4baea9ab1c54f33d13cb71e90fc (diff)
downloadmeta-openembedded-contrib-d03f4879304ab319060e9876ff8e6fc64f0dd794.tar.gz
python-efl: upgrade to 1.10.0
* announcement: https://phab.enlightenment.org/phame/post/view/60/ 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.inc7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc
index 0cfe2a5772..9780518898 100644
--- a/meta-efl/recipes-devtools/python/python-efl.inc
+++ b/meta-efl/recipes-devtools/python/python-efl.inc
@@ -31,7 +31,7 @@ do_install_append() {
find ${D}${libdir}/${PYTHON_DIR}/site-packages -name \*.pyo -o -name \*.pyc | xargs rm -f
}
-PACKAGES += "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas ${PN}-examples"
+PACKAGES += "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas python-ethumb ${PN}-examples"
FILES_${PN} = " \
${libdir}/${PYTHON_DIR}/site-packages/python_efl*egg-info \
@@ -47,6 +47,7 @@ FILES_${PN}-examples = "${datadir}/${PN}/examples"
FILES_python-ecore = " \
${libdir}/${PYTHON_DIR}/site-packages/ecore/ \
${libdir}/${PYTHON_DIR}/site-packages/efl/ecore.so \
+ ${libdir}/${PYTHON_DIR}/site-packages/efl/ecore \
"
FILES_python-eldbus = " \
${libdir}/${PYTHON_DIR}/site-packages/e_dbus/ \
@@ -68,3 +69,7 @@ FILES_python-evas = " \
${libdir}/${PYTHON_DIR}/site-packages/evas/ \
${libdir}/${PYTHON_DIR}/site-packages/efl/evas.so \
"
+FILES_python-ethumb = " \
+ ${libdir}/${PYTHON_DIR}/site-packages/ethumb/ \
+ ${libdir}/${PYTHON_DIR}/site-packages/efl/ethumb*so \
+"