diff options
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" |