summaryrefslogtreecommitdiffstats
path: root/meta-efl
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
parent397c5f238bfde4baea9ab1c54f33d13cb71e90fc (diff)
downloadmeta-openembedded-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')
-rw-r--r--meta-efl/recipes-devtools/python/python-efl.inc7
-rw-r--r--meta-efl/recipes-devtools/python/python-efl_1.10.0.bb4
-rw-r--r--meta-efl/recipes-devtools/python/python-efl_1.9.0.bb4
3 files changed, 10 insertions, 5 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc
index 0cfe2a577..978051889 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() {
31 find ${D}${libdir}/${PYTHON_DIR}/site-packages -name \*.pyo -o -name \*.pyc | xargs rm -f 31 find ${D}${libdir}/${PYTHON_DIR}/site-packages -name \*.pyo -o -name \*.pyc | xargs rm -f
32} 32}
33 33
34PACKAGES += "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas ${PN}-examples" 34PACKAGES += "python-ecore python-eldbus python-edje python-elementary python-emotion python-evas python-ethumb ${PN}-examples"
35 35
36FILES_${PN} = " \ 36FILES_${PN} = " \
37 ${libdir}/${PYTHON_DIR}/site-packages/python_efl*egg-info \ 37 ${libdir}/${PYTHON_DIR}/site-packages/python_efl*egg-info \
@@ -47,6 +47,7 @@ FILES_${PN}-examples = "${datadir}/${PN}/examples"
47FILES_python-ecore = " \ 47FILES_python-ecore = " \
48 ${libdir}/${PYTHON_DIR}/site-packages/ecore/ \ 48 ${libdir}/${PYTHON_DIR}/site-packages/ecore/ \
49 ${libdir}/${PYTHON_DIR}/site-packages/efl/ecore.so \ 49 ${libdir}/${PYTHON_DIR}/site-packages/efl/ecore.so \
50 ${libdir}/${PYTHON_DIR}/site-packages/efl/ecore \
50" 51"
51FILES_python-eldbus = " \ 52FILES_python-eldbus = " \
52 ${libdir}/${PYTHON_DIR}/site-packages/e_dbus/ \ 53 ${libdir}/${PYTHON_DIR}/site-packages/e_dbus/ \
@@ -68,3 +69,7 @@ FILES_python-evas = " \
68 ${libdir}/${PYTHON_DIR}/site-packages/evas/ \ 69 ${libdir}/${PYTHON_DIR}/site-packages/evas/ \
69 ${libdir}/${PYTHON_DIR}/site-packages/efl/evas.so \ 70 ${libdir}/${PYTHON_DIR}/site-packages/efl/evas.so \
70" 71"
72FILES_python-ethumb = " \
73 ${libdir}/${PYTHON_DIR}/site-packages/ethumb/ \
74 ${libdir}/${PYTHON_DIR}/site-packages/efl/ethumb*so \
75"
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.10.0.bb b/meta-efl/recipes-devtools/python/python-efl_1.10.0.bb
new file mode 100644
index 000000000..43f0e0ae8
--- /dev/null
+++ b/meta-efl/recipes-devtools/python/python-efl_1.10.0.bb
@@ -0,0 +1,4 @@
1require ${BPN}.inc
2
3SRC_URI[md5sum] = "46166e51bdbab4f2fa790dee98b1ccf5"
4SRC_URI[sha256sum] = "b144e976a351cd9703771b5e91a45ce9b2eedcc0097ade5c5437554b1516dbc6"
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.9.0.bb b/meta-efl/recipes-devtools/python/python-efl_1.9.0.bb
deleted file mode 100644
index f34e42842..000000000
--- a/meta-efl/recipes-devtools/python/python-efl_1.9.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
1require ${BPN}.inc
2
3SRC_URI[md5sum] = "c643d66157cac9b2892af8b6d1a803b1"
4SRC_URI[sha256sum] = "f6d6fecca20df016acc79a12348ae0a0f6db82e6cceaf53c4b46d7ca72bb8f07"