summaryrefslogtreecommitdiff
path: root/recipes/python
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-coherence_svn.bb1
-rw-r--r--recipes/python/python-connexion_svn.bb1
-rw-r--r--recipes/python/python-ecore_svn.bb1
-rw-r--r--recipes/python/python-edbus_svn.bb1
-rw-r--r--recipes/python/python-edje_svn.bb1
-rw-r--r--recipes/python/python-elementary_svn.bb1
-rw-r--r--recipes/python/python-emotion_svn.bb1
-rw-r--r--recipes/python/python-evas_svn.bb1
-rw-r--r--recipes/python/python-pyyaml_svn.bb1
-rw-r--r--recipes/python/python-scons/toolchain-from-env.SConscript12
-rw-r--r--recipes/python/python-scons_1.3.0.bb23
11 files changed, 44 insertions, 0 deletions
diff --git a/recipes/python/python-coherence_svn.bb b/recipes/python/python-coherence_svn.bb
index 46e6e3e7c8..59a38f3206 100644
--- a/recipes/python/python-coherence_svn.bb
+++ b/recipes/python/python-coherence_svn.bb
@@ -3,6 +3,7 @@ SECTION = "devel/python"
LICENSE = "MIT"
HOMEPAGE = "http://coherence.beebits.net/wiki"
+SRCREV = "1161"
PR = "r1"
PV = "0.6.0+svnr${SRCPV}"
diff --git a/recipes/python/python-connexion_svn.bb b/recipes/python/python-connexion_svn.bb
index 8136fe46f9..801b2feb2b 100644
--- a/recipes/python/python-connexion_svn.bb
+++ b/recipes/python/python-connexion_svn.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "A versatile network connection library"
HOMEPAGE = "http://www.radlinux.org/connexion/"
SECTION = "devel/python"
LICENSE = "GPL"
+SRCREV = "1439"
BV = "0.4.6"
PV = "${BV}+svnr${SRCPV}"
PR = "ml1"
diff --git a/recipes/python/python-ecore_svn.bb b/recipes/python/python-ecore_svn.bb
index 9907b27262..94daaf1dd4 100644
--- a/recipes/python/python-ecore_svn.bb
+++ b/recipes/python/python-ecore_svn.bb
@@ -1,4 +1,5 @@
require python-efl.inc
+SRCREV = "${EFL_SRCREV}"
DEPENDS += "python-evas ecore"
RDEPENDS += "python-evas"
diff --git a/recipes/python/python-edbus_svn.bb b/recipes/python/python-edbus_svn.bb
index 6a9b61e441..00fffeda74 100644
--- a/recipes/python/python-edbus_svn.bb
+++ b/recipes/python/python-edbus_svn.bb
@@ -1,4 +1,5 @@
require python-efl.inc
+SRCREV = "${EFL_SRCREV}"
DEPENDS += "edbus python-dbus"
RDEPENDS += "python-dbus"
diff --git a/recipes/python/python-edje_svn.bb b/recipes/python/python-edje_svn.bb
index 5b429b4922..2c087cabfd 100644
--- a/recipes/python/python-edje_svn.bb
+++ b/recipes/python/python-edje_svn.bb
@@ -1,4 +1,5 @@
require python-efl.inc
+SRCREV = "${EFL_SRCREV}"
DEPENDS += "edje python-evas"
RDEPENDS += "python-evas"
diff --git a/recipes/python/python-elementary_svn.bb b/recipes/python/python-elementary_svn.bb
index b4e5dbbf48..ad82e04813 100644
--- a/recipes/python/python-elementary_svn.bb
+++ b/recipes/python/python-elementary_svn.bb
@@ -1,4 +1,5 @@
require python-efl.inc
+SRCREV = "${EFL_SRCREV}"
DEPENDS += "elementary"
RDEPENDS += "python-evas python-ecore python-edje"
PV = "0.1+svnr${SRCPV}"
diff --git a/recipes/python/python-emotion_svn.bb b/recipes/python/python-emotion_svn.bb
index 9a9628ef50..38e1355ff4 100644
--- a/recipes/python/python-emotion_svn.bb
+++ b/recipes/python/python-emotion_svn.bb
@@ -1,3 +1,4 @@
require python-efl.inc
+SRCREV = "${EFL_SRCREV}"
DEPENDS += "emotion python-evas"
RDEPENDS += "python-ecore"
diff --git a/recipes/python/python-evas_svn.bb b/recipes/python/python-evas_svn.bb
index 3af7afdf63..d2568bae60 100644
--- a/recipes/python/python-evas_svn.bb
+++ b/recipes/python/python-evas_svn.bb
@@ -1,4 +1,5 @@
require python-efl.inc
+SRCREV = "${EFL_SRCREV}"
DEPENDS += "evas"
do_stage() {
diff --git a/recipes/python/python-pyyaml_svn.bb b/recipes/python/python-pyyaml_svn.bb
index 117eb9b3ff..512dd38614 100644
--- a/recipes/python/python-pyyaml_svn.bb
+++ b/recipes/python/python-pyyaml_svn.bb
@@ -3,6 +3,7 @@ HOMEPAGE = "http://www.pyyaml.org"
SECTION = "devel/python"
LICENSE = "MIT"
DEPENDS = "libyaml python-cython-native"
+SRCREV = "344"
PV = "3.08+svnr${SRCPV}"
PR = "ml0"
diff --git a/recipes/python/python-scons/toolchain-from-env.SConscript b/recipes/python/python-scons/toolchain-from-env.SConscript
new file mode 100644
index 0000000000..051ccec79e
--- /dev/null
+++ b/recipes/python/python-scons/toolchain-from-env.SConscript
@@ -0,0 +1,12 @@
+#toolchain-from-env
+
+import os
+env['CC'] = os.environ['CC']
+env['CXX'] = os.environ['CXX']
+env['CPP'] = os.environ['CPP']
+env['AR'] = os.environ['AR']
+env['LD'] = os.environ['LD']
+env['CCLD'] = os.environ['CCLD']
+env['ENV']['PATH'] = os.environ['PATH']
+
+env['LINKFLAGS'] = os.environ['TARGET_LINK_HASH_STYLE'] + " " + env['LINKFLAGS']
diff --git a/recipes/python/python-scons_1.3.0.bb b/recipes/python/python-scons_1.3.0.bb
new file mode 100644
index 0000000000..792e3a54f7
--- /dev/null
+++ b/recipes/python/python-scons_1.3.0.bb
@@ -0,0 +1,23 @@
+DESCRIPTION = "A Software Construction Tool"
+SECTION = "devel/python"
+PRIORITY = "optional"
+LICENSE = "GPL"
+SRCNAME = "scons"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/scons/scons-${PV}.tar.gz;name=scons \
+ file://toolchain-from-env.SConscript \
+"
+SRC_URI[scons.md5sum] = "ad6838c867abd2ad5bf371b353d594f7"
+SRC_URI[scons.sha256sum] = "4bde47b9a40fe767f089f5996d56b6e85a2d4929309b9c07a2dff363a78b0002"
+
+S = "${WORKDIR}/${SRCNAME}-${PV}"
+
+inherit distutils
+
+do_install_append() {
+ install -d ${D}${datadir}/scons/
+ install -m 0644 ${WORKDIR}/toolchain-from-env.SConscript ${D}${datadir}/scons/
+}
+
+NATIVE_INSTALL_WORKS = "1"
+BBCLASSEXTEND = "native"