diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-10 18:15:25 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-02-27 09:40:02 +0100 |
commit | 40e932e7d82603e5568acfba170289fae7c3f714 (patch) | |
tree | 16e506d47d325bbb1eb669f7947e289f8b3d67f9 /meta-efl/recipes-devtools | |
parent | 1db833574ba906af4103235744ac17b071111b18 (diff) | |
download | meta-openembedded-40e932e7d82603e5568acfba170289fae7c3f714.tar.gz |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl/recipes-devtools')
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl.inc | 4 | ||||
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl_1.12.0.bb | 4 | ||||
-rw-r--r-- | meta-efl/recipes-devtools/python/python-efl_1.13.0.bb | 4 |
3 files changed, 6 insertions, 6 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/ \ |
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.12.0.bb b/meta-efl/recipes-devtools/python/python-efl_1.12.0.bb deleted file mode 100644 index 8c7e5700b..000000000 --- a/meta-efl/recipes-devtools/python/python-efl_1.12.0.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "090aa2b22447ea83a1aca9f284ce5288" | ||
4 | SRC_URI[sha256sum] = "bb9f30bf437b8e9ad5a4ba405795c1f8f840a37c660a6d47a2829587b32dbb67" | ||
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.13.0.bb b/meta-efl/recipes-devtools/python/python-efl_1.13.0.bb new file mode 100644 index 000000000..ef9f80bcd --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-efl_1.13.0.bb | |||
@@ -0,0 +1,4 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "98b1ca3e0feeecf8b993f9c415ff22e5" | ||
4 | SRC_URI[sha256sum] = "16b8234ee763fab27071e7d708accbdb0cd43eecdfdb08775853bf380e558f8d" | ||