diff options
Diffstat (limited to 'meta-efl/recipes-devtools/python/python-efl.inc')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl.inc b/meta-efl/recipes-devtools/python/python-efl.inc index 978051889..92a26eddb 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" | |||
46 | 46 | ||
47 | FILES_python-ecore = " \ | 47 | FILES_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 | ${libdir}/${PYTHON_DIR}/site-packages/efl/ecore \ |
51 | " | 51 | " |
52 | FILES_python-eldbus = " \ | 52 | FILES_python-eldbus = " \ |
@@ -55,7 +55,7 @@ FILES_python-eldbus = " \ | |||
55 | " | 55 | " |
56 | FILES_python-edje = " \ | 56 | FILES_python-edje = " \ |
57 | ${libdir}/${PYTHON_DIR}/site-packages/edje/ \ | 57 | ${libdir}/${PYTHON_DIR}/site-packages/edje/ \ |
58 | ${libdir}/${PYTHON_DIR}/site-packages/efl/edje*so \ | 58 | ${libdir}/${PYTHON_DIR}/site-packages/efl/edje*.so \ |
59 | " | 59 | " |
60 | FILES_python-elementary = " \ | 60 | FILES_python-elementary = " \ |
61 | ${libdir}/${PYTHON_DIR}/site-packages/elementary/ \ | 61 | ${libdir}/${PYTHON_DIR}/site-packages/elementary/ \ |