diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-01 21:44:16 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-12-17 12:56:21 +0100 |
commit | 153fd8a5a9f0e5bd0803637ff4899273cfcc5768 (patch) | |
tree | 76578eb638b29cce97e07111d5021327ed60f3a8 /meta-efl/recipes-devtools | |
parent | 597615a8cc4909059b787e753e81de5d746bb4eb (diff) | |
download | meta-openembedded-153fd8a5a9f0e5bd0803637ff4899273cfcc5768.tar.gz |
python-efl: Upgrade to 1.12.0
* announcement
https://phab.enlightenment.org/phame/post/view/98/
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_1.11.0.bb | 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_git.bb | 7 |
3 files changed, 8 insertions, 7 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl_1.11.0.bb b/meta-efl/recipes-devtools/python/python-efl_1.11.0.bb deleted file mode 100644 index 379b1becd..000000000 --- a/meta-efl/recipes-devtools/python/python-efl_1.11.0.bb +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | require ${BPN}.inc | ||
2 | |||
3 | SRC_URI[md5sum] = "b378f48ae4defbcb7c3e82479d106cfc" | ||
4 | SRC_URI[sha256sum] = "e147b5c8995afbae691b90385ec3b008f9675207c7aa3c3bb724c57d9bcf8ed5" | ||
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 new file mode 100644 index 000000000..8c7e5700b --- /dev/null +++ b/meta-efl/recipes-devtools/python/python-efl_1.12.0.bb | |||
@@ -0,0 +1,4 @@ | |||
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_git.bb b/meta-efl/recipes-devtools/python/python-efl_git.bb index b776f7da3..83a01ac69 100644 --- a/meta-efl/recipes-devtools/python/python-efl_git.bb +++ b/meta-efl/recipes-devtools/python/python-efl_git.bb | |||
@@ -1,8 +1,9 @@ | |||
1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
2 | 2 | ||
3 | SRCREV = "c1497e10288589ff9834f3d4da17461b8a3a1c15" | 3 | SRCREV = "71ed20ebf662a7b72e60913df94ce6933236bf09" |
4 | PV = "1.10.0+git${SRCPV}" | 4 | PV = "1.12.0+git${SRCPV}" |
5 | DEFAULT_PREFERENCE = "-1" | ||
5 | 6 | ||
6 | SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.10" | 7 | SRC_URI = "git://git.enlightenment.org/bindings/python/${BPN}.git;branch=python-efl-1.12" |
7 | 8 | ||
8 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |