Comments
Patch
@@ -29,3 +29,10 @@ PREFERRED_VERSION_eio-native ?= "${EFL_PREFERRED_VERSION}"
PREFERRED_VERSION_emotion ?= "${EFL_PREFERRED_VERSION}"
PREFERRED_VERSION_ethumb ?= "${EFL_PREFERRED_VERSION}"
PREFERRED_VERSION_elementary ?= "${EFL_PREFERRED_VERSION}"
+
+PREFERRED_VERSION_python-elementary ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-ecore ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-edbus ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-edje ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-emotion ?= "${EFL_PREFERRED_VERSION}"
+PREFERRED_VERSION_python-evas ?= "${EFL_PREFERRED_VERSION}"
new file mode 100644
@@ -0,0 +1,5 @@
+require python-efl.inc
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+DEPENDS += "python-evas ecore"
+RDEPENDS_${PN} += "python-evas"
new file mode 100644
@@ -0,0 +1,6 @@
+require ${BPN}.inc
+PR = "${INC_PR}.0"
+SRCVER = "1.7.0-alpha"
+
+SRC_URI[md5sum] = "86ba753726881b9bfcaa0fdc0827cd1e"
+SRC_URI[sha256sum] = "b47a155c0bfad6fad68bc0f925c54a8736a61ca72f6a71bd5138ea3298a35c95"
@@ -1,7 +1,8 @@
-require python-efl.inc
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+require ${BPN}.inc
PR = "${INC_PR}.0"
SRCREV = "${EFL_SRCREV}"
-DEPENDS += "python-evas ecore"
-RDEPENDS_${PN} += "python-evas"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"
new file mode 100644
@@ -0,0 +1,6 @@
+require python-efl.inc
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+DEPENDS += "edbus python-dbus"
+RDEPENDS_${PN} += "python-dbus"
+SRCNAME = "python-e_dbus"
new file mode 100644
@@ -0,0 +1,6 @@
+require ${BPN}.inc
+PR = "${INC_PR}.0"
+SRCVER = "1.7.0-alpha"
+
+SRC_URI[md5sum] = "bd68e260e1a23fc14313afa48e70bebd"
+SRC_URI[sha256sum] = "63e823c8366f293db1940524ac76d6f91109a7202cf38ad6407d414d15e09aca"
@@ -1,8 +1,8 @@
-require python-efl.inc
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+require ${BPN}.inc
PR = "${INC_PR}.0"
SRCREV = "${EFL_SRCREV}"
-DEPENDS += "edbus python-dbus"
-RDEPENDS_${PN} += "python-dbus"
-SRCNAME = "python-e_dbus"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"
new file mode 100644
@@ -0,0 +1,5 @@
+require python-efl.inc
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+DEPENDS += "edje python-evas evas"
+RDEPENDS_${PN} += "python-evas"
new file mode 100644
@@ -0,0 +1,7 @@
+require ${BPN}.inc
+PR = "${INC_PR}.0"
+SRCVER = "1.7.0-alpha"
+SRC_URI += "file://0001-fix-unicode-conversion.patch"
+
+SRC_URI[md5sum] = "fbe5105abb5b2d3de71302ff3973945a"
+SRC_URI[sha256sum] = "f5004d9b784b0ca37436daacff7f4f21bb3094b9fdfc5abc95f8e57e90ecb242"
@@ -1,9 +1,10 @@
-require python-efl.inc
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+require ${BPN}.inc
PR = "${INC_PR}.0"
SRCREV = "${EFL_SRCREV}"
-DEPENDS += "edje python-evas evas"
-RDEPENDS_${PN} += "python-evas"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"
SRC_URI += "file://0001-fix-unicode-conversion.patch"
@@ -6,7 +6,6 @@ AUTHOR = "Gustavo Sverzut Barbieri <barbieri@gmail.com>"
# the extension modules.
DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
RDEPENDS_${PN} += "python-lang"
-PV = "1.6.99+svnr${SRCPV}"
INC_PR = "r0"
# necessary to let the call for python-config succeed
@@ -15,8 +14,12 @@ export HOST_SYS
inherit e-base autotools pkgconfig distutils-base
-SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
-S = "${WORKDIR}/${SRCNAME}"
+SRCVER = "${PV}"
+
+SRC_URI = "\
+ ${E_MIRROR}/BINDINGS/python/${SRCNAME}-${SRCVER}.tar.bz2 \
+"
+S = "${WORKDIR}/${SRCNAME}-${SRCVER}"
do_configure_prepend() {
new file mode 100644
@@ -0,0 +1,5 @@
+require python-efl.inc
+LICENSE = "LGPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
+DEPENDS += "elementary python-evas"
+RDEPENDS_${PN} += "python-evas python-ecore python-edje"
new file mode 100644
@@ -0,0 +1,6 @@
+require ${BPN}.inc
+PR = "${INC_PR}.0"
+SRCVER = "1.7.0-alpha"
+
+SRC_URI[md5sum] = "bad3bd52e79aeea1ee9ffa0ab8a54855"
+SRC_URI[sha256sum] = "32ded2fb4e66aa543ae9274076d031f8465167a0cc1af3fcd26bcda85b2e7094"
@@ -1,7 +1,8 @@
-require python-efl.inc
-LICENSE = "LGPLv3"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
+require ${BPN}.inc
PR = "${INC_PR}.0"
SRCREV = "${EFL_SRCREV}"
-DEPENDS += "elementary python-evas"
-RDEPENDS_${PN} += "python-evas python-ecore python-edje"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"
new file mode 100644
@@ -0,0 +1,5 @@
+require python-efl.inc
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+DEPENDS += "emotion python-evas"
+RDEPENDS_${PN} += "python-ecore"
new file mode 100644
@@ -0,0 +1,6 @@
+require ${BPN}.inc
+PR = "${INC_PR}.0"
+SRCVER = "1.7.0-alpha"
+
+SRC_URI[md5sum] = "34249ce9ee6602205ede16e311c2712c"
+SRC_URI[sha256sum] = "f121a801c213d5014cde17df49107407bd60be362f98bab3530c14c9c8a54e03"
@@ -1,7 +1,8 @@
-require python-efl.inc
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+require ${BPN}.inc
PR = "${INC_PR}.0"
SRCREV = "${EFL_SRCREV}"
-DEPENDS += "emotion python-evas"
-RDEPENDS_${PN} += "python-ecore"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"
new file mode 100644
@@ -0,0 +1,4 @@
+require python-efl.inc
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+DEPENDS += "evas"
new file mode 100644
@@ -0,0 +1,6 @@
+require ${BPN}.inc
+PR = "${INC_PR}.0"
+SRCVER = "1.7.0-alpha"
+
+SRC_URI[md5sum] = "c3e02d8e897508db2d6365dc3b83ae20"
+SRC_URI[sha256sum] = "5af43a770e0edaf01c679c8eaecef38c747c8801980f1d9423d040cf36220d76"
@@ -1,6 +1,8 @@
-require python-efl.inc
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24"
+require ${BPN}.inc
PR = "${INC_PR}.0"
SRCREV = "${EFL_SRCREV}"
-DEPENDS += "evas"
+PV = "1.6.99+svnr${SRCPV}"
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "${E_SVN}/trunk/BINDINGS/python;module=${SRCNAME};protocol=http"
+S = "${WORKDIR}/${SRCNAME}"
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> --- .../conf/distro/include/efl-from-svn-recipes.inc | 7 +++++++ meta-efl/recipes-devtools/python/python-ecore.inc | 5 +++++ .../python/python-ecore_1.6.99-alpha.bb | 6 ++++++ .../recipes-devtools/python/python-ecore_svn.bb | 11 ++++++----- meta-efl/recipes-devtools/python/python-edbus.inc | 6 ++++++ .../python/python-edbus_1.6.99-alpha.bb | 6 ++++++ .../recipes-devtools/python/python-edbus_svn.bb | 12 ++++++------ meta-efl/recipes-devtools/python/python-edje.inc | 5 +++++ .../python/python-edje_1.6.99-alpha.bb | 7 +++++++ .../recipes-devtools/python/python-edje_svn.bb | 11 ++++++----- meta-efl/recipes-devtools/python/python-efl.inc | 9 ++++++--- .../recipes-devtools/python/python-elementary.inc | 5 +++++ .../python/python-elementary_1.6.99-alpha.bb | 6 ++++++ .../python/python-elementary_svn.bb | 11 ++++++----- .../recipes-devtools/python/python-emotion.inc | 5 +++++ .../python/python-emotion_1.6.99-alpha.bb | 6 ++++++ .../recipes-devtools/python/python-emotion_svn.bb | 11 ++++++----- meta-efl/recipes-devtools/python/python-evas.inc | 4 ++++ .../python/python-evas_1.6.99-alpha.bb | 6 ++++++ .../recipes-devtools/python/python-evas_svn.bb | 10 ++++++---- 20 files changed, 116 insertions(+), 33 deletions(-) create mode 100644 meta-efl/recipes-devtools/python/python-ecore.inc create mode 100644 meta-efl/recipes-devtools/python/python-ecore_1.6.99-alpha.bb create mode 100644 meta-efl/recipes-devtools/python/python-edbus.inc create mode 100644 meta-efl/recipes-devtools/python/python-edbus_1.6.99-alpha.bb create mode 100644 meta-efl/recipes-devtools/python/python-edje.inc create mode 100644 meta-efl/recipes-devtools/python/python-edje_1.6.99-alpha.bb create mode 100644 meta-efl/recipes-devtools/python/python-elementary.inc create mode 100644 meta-efl/recipes-devtools/python/python-elementary_1.6.99-alpha.bb create mode 100644 meta-efl/recipes-devtools/python/python-emotion.inc create mode 100644 meta-efl/recipes-devtools/python/python-emotion_1.6.99-alpha.bb create mode 100644 meta-efl/recipes-devtools/python/python-evas.inc create mode 100644 meta-efl/recipes-devtools/python/python-evas_1.6.99-alpha.bb