[oe-commits] Martin Jansa : python-efl: upgrade to 1.10.0

git at git.openembedded.org git at git.openembedded.org
Fri Jun 13 11:43:37 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 10d76f205931d2c97a70271f8380709101c6b3c6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=10d76f205931d2c97a70271f8380709101c6b3c6

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Mon Jun  2 12:17:27 2014 +0200

python-efl: upgrade to 1.10.0

* announcement:
  https://phab.enlightenment.org/phame/post/view/60/

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-efl/recipes-devtools/python/python-efl.inc       | 7 ++++++-
 meta-efl/recipes-devtools/python/python-efl_1.10.0.bb | 4 ++++
 meta-efl/recipes-devtools/python/python-efl_1.9.0.bb  | 4 ----
 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 0cfe2a5..9780518 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 \
+"
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 0000000..43f0e0a
--- /dev/null
+++ b/meta-efl/recipes-devtools/python/python-efl_1.10.0.bb
@@ -0,0 +1,4 @@
+require ${BPN}.inc
+
+SRC_URI[md5sum] = "46166e51bdbab4f2fa790dee98b1ccf5"
+SRC_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 f34e428..0000000
--- a/meta-efl/recipes-devtools/python/python-efl_1.9.0.bb
+++ /dev/null
@@ -1,4 +0,0 @@
-require ${BPN}.inc
-
-SRC_URI[md5sum] = "c643d66157cac9b2892af8b6d1a803b1"
-SRC_URI[sha256sum] = "f6d6fecca20df016acc79a12348ae0a0f6db82e6cceaf53c4b46d7ca72bb8f07"



More information about the Openembedded-commits mailing list