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/python/python-efl_git.bb | |
| 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/python/python-efl_git.bb')
| -rw-r--r-- | meta-efl/recipes-devtools/python/python-efl_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-efl/recipes-devtools/python/python-efl_git.bb b/meta-efl/recipes-devtools/python/python-efl_git.bb index b776f7da37..83a01ac696 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" |
