From 40e932e7d82603e5568acfba170289fae7c3f714 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 10 Feb 2015 18:15:25 +0100 Subject: python-efl: upgrade to 1.13.0 * announcement: https://phab.enlightenment.org/phame/live/3/post/python_efl_1_13_0_release/ Signed-off-by: Martin Jansa --- meta-efl/recipes-devtools/python/python-efl.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-efl/recipes-devtools/python/python-efl.inc') diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 9780518898..92a26eddba 100644 --- a/meta-efl/recipes-devtools/python/python-efl.inc +++ b/meta-efl/recipes-devtools/python/python-efl.inc @@ -46,7 +46,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*.so \ ${libdir}/${PYTHON_DIR}/site-packages/efl/ecore \ " FILES_python-eldbus = " \ @@ -55,7 +55,7 @@ FILES_python-eldbus = " \ " FILES_python-edje = " \ ${libdir}/${PYTHON_DIR}/site-packages/edje/ \ - ${libdir}/${PYTHON_DIR}/site-packages/efl/edje*so \ + ${libdir}/${PYTHON_DIR}/site-packages/efl/edje*.so \ " FILES_python-elementary = " \ ${libdir}/${PYTHON_DIR}/site-packages/elementary/ \ -- cgit 1.2.3-korg