summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--conf/distro/include/sane-srcrevs.inc3
-rw-r--r--packages/python/python-elementary_svn.bb9
2 files changed, 11 insertions, 1 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc
index 070e152e5d..6cadabaa62 100644
--- a/conf/distro/include/sane-srcrevs.inc
+++ b/conf/distro/include/sane-srcrevs.inc
@@ -188,7 +188,7 @@ SRCREV_pn-pygsm ?= "976477f6b403f422b4ea730f71ebf409f6671141"
SRCREV_pn-pylgrim ?= "20"
SRCREV_pn-pyneod ?= "41de4d538b50b27ab2a2f5aae1a180b880a05b6a"
SRCREV_pn-pyneog ?= "41de4d538b50b27ab2a2f5aae1a180b880a05b6a"
-SRCREV_pn-python-connexion ?= "1283"
+SRCREV_pn-python-connexion ?= "1439"
SRCREV_pn-python-formencode ?= "3148"
SRCREV_pn-python-gsmd ?= "148"
SRCREV_pn-python-lightmediascanner ?= "68"
@@ -272,6 +272,7 @@ SRCREV_pn-eflpp ?= "${EFL_SRCREV}"
SRCREV_pn-python-evas ?= "${EFL_SRCREV}"
SRCREV_pn-python-ecore ?= "${EFL_SRCREV}"
SRCREV_pn-python-edje ?= "${EFL_SRCREV}"
+SRCREV_pn-python-elementary ?= "38452"
SRCREV_pn-python-edbus ?= "${EFL_SRCREV}"
SRCREV_pn-python-emotion ?= "${EFL_SRCREV}"
SRCREV_pn-python-epsilon ?= "${EFL_SRCREV}"
diff --git a/packages/python/python-elementary_svn.bb b/packages/python/python-elementary_svn.bb
new file mode 100644
index 0000000000..409bd8c6cc
--- /dev/null
+++ b/packages/python/python-elementary_svn.bb
@@ -0,0 +1,9 @@
+require python-efl.inc
+DEPENDS += "elementary"
+RDEPENDS += "python-evas python-ecore python-edje"
+PV = "0.0.0+svnr${SRCREV}"
+PR = "r0"
+
+do_stage() {
+ distutils_stage_all
+}