diff options
7 files changed, 12 insertions, 13 deletions
diff --git a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc index c28e281fbd..d3a7e812dd 100644 --- a/meta-efl/conf/distro/include/efl-from-svn-recipes.inc +++ b/meta-efl/conf/distro/include/efl-from-svn-recipes.inc | |||
| @@ -30,12 +30,11 @@ PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}" | |||
| 30 | PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}" | 30 | PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}" |
| 31 | PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}" | 31 | PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}" |
| 32 | 32 | ||
| 33 | EFL_PYTHON_PREFERRED_VERSION ?= "1.6.99+svn%" | 33 | PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_VERSION}" |
| 34 | PREFERRED_VERSION_python-elementary ?= "${EFL_PYTHON_PREFERRED_VERSION}" | 34 | PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_VERSION}" |
| 35 | PREFERRED_VERSION_python-ecore ?= "${EFL_PYTHON_PREFERRED_VERSION}" | 35 | PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_VERSION}" |
| 36 | PREFERRED_VERSION_python-edbus ?= "${EFL_PYTHON_PREFERRED_VERSION}" | 36 | PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_VERSION}" |
| 37 | PREFERRED_VERSION_python-edje ?= "${EFL_PYTHON_PREFERRED_VERSION}" | 37 | PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_VERSION}" |
| 38 | PREFERRED_VERSION_python-emotion ?= "${EFL_PYTHON_PREFERRED_VERSION}" | 38 | PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_VERSION}" |
| 39 | PREFERRED_VERSION_python-evas ?= "${EFL_PYTHON_PREFERRED_VERSION}" | ||
| 40 | 39 | ||
| 41 | PREFERRED_VERSION_terminology ?= "0.1.0+svn%" | 40 | PREFERRED_VERSION_terminology ?= "0.1.0+svn%" |
diff --git a/meta-efl/recipes-devtools/python/python-ecore_svn.bb b/meta-efl/recipes-devtools/python/python-ecore_svn.bb index a0298e8596..d551073ce2 100644 --- a/meta-efl/recipes-devtools/python/python-ecore_svn.bb +++ b/meta-efl/recipes-devtools/python/python-ecore_svn.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 4 | PV = "1.6.99+svnr${SRCPV}" | 4 | PV = "1.7.0+svnr${SRCPV}" |
| 5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | 6 | ||
| 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" |
diff --git a/meta-efl/recipes-devtools/python/python-edbus_svn.bb b/meta-efl/recipes-devtools/python/python-edbus_svn.bb index a0298e8596..d551073ce2 100644 --- a/meta-efl/recipes-devtools/python/python-edbus_svn.bb +++ b/meta-efl/recipes-devtools/python/python-edbus_svn.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 4 | PV = "1.6.99+svnr${SRCPV}" | 4 | PV = "1.7.0+svnr${SRCPV}" |
| 5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | 6 | ||
| 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" |
diff --git a/meta-efl/recipes-devtools/python/python-edje_svn.bb b/meta-efl/recipes-devtools/python/python-edje_svn.bb index 3d392d0ff8..eca8b7586b 100644 --- a/meta-efl/recipes-devtools/python/python-edje_svn.bb +++ b/meta-efl/recipes-devtools/python/python-edje_svn.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 4 | PV = "1.6.99+svnr${SRCPV}" | 4 | PV = "1.7.0+svnr${SRCPV}" |
| 5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | 6 | ||
| 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" |
diff --git a/meta-efl/recipes-devtools/python/python-elementary_svn.bb b/meta-efl/recipes-devtools/python/python-elementary_svn.bb index a0298e8596..d551073ce2 100644 --- a/meta-efl/recipes-devtools/python/python-elementary_svn.bb +++ b/meta-efl/recipes-devtools/python/python-elementary_svn.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 4 | PV = "1.6.99+svnr${SRCPV}" | 4 | PV = "1.7.0+svnr${SRCPV}" |
| 5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | 6 | ||
| 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" |
diff --git a/meta-efl/recipes-devtools/python/python-emotion_svn.bb b/meta-efl/recipes-devtools/python/python-emotion_svn.bb index a0298e8596..d551073ce2 100644 --- a/meta-efl/recipes-devtools/python/python-emotion_svn.bb +++ b/meta-efl/recipes-devtools/python/python-emotion_svn.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 4 | PV = "1.6.99+svnr${SRCPV}" | 4 | PV = "1.7.0+svnr${SRCPV}" |
| 5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | 6 | ||
| 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" |
diff --git a/meta-efl/recipes-devtools/python/python-evas_svn.bb b/meta-efl/recipes-devtools/python/python-evas_svn.bb index a0298e8596..d551073ce2 100644 --- a/meta-efl/recipes-devtools/python/python-evas_svn.bb +++ b/meta-efl/recipes-devtools/python/python-evas_svn.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | require ${BPN}.inc | 1 | require ${BPN}.inc |
| 2 | PR = "${INC_PR}.0" | 2 | PR = "${INC_PR}.0" |
| 3 | SRCREV = "${EFL_SRCREV}" | 3 | SRCREV = "${EFL_SRCREV}" |
| 4 | PV = "1.6.99+svnr${SRCPV}" | 4 | PV = "1.7.0+svnr${SRCPV}" |
| 5 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
| 6 | 6 | ||
| 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" | 7 | SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http" |
