diff options
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 5 | ||||
-rw-r--r-- | recipes/obsolete/efl1/epsilon_svn.bb (renamed from recipes/efl1/epsilon_svn.bb) | 1 | ||||
-rw-r--r-- | recipes/obsolete/efl1/etk-native_svn.bb (renamed from recipes/efl1/etk-native_svn.bb) | 0 | ||||
-rw-r--r-- | recipes/obsolete/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch (renamed from recipes/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch) | 0 | ||||
-rw-r--r-- | recipes/obsolete/efl1/etk_svn.bb (renamed from recipes/efl1/etk_svn.bb) | 1 | ||||
-rw-r--r-- | recipes/obsolete/python/python-epsilon_svn.bb (renamed from recipes/python/python-epsilon_svn.bb) | 1 | ||||
-rw-r--r-- | recipes/obsolete/python/python-etk_svn.bb (renamed from recipes/python/python-etk_svn.bb) | 2 |
7 files changed, 5 insertions, 5 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 051788e36d..467581ce03 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -239,11 +239,8 @@ SRCREV_pn-edje-sdk ?= "${EFL_SRCREV}" SRCREV_pn-edje ?= "${EFL_SRCREV}" SRCREV_pn-elementary ?= "${EFL_SRCREV}" SRCREV_pn-emotion ?= "${EFL_SRCREV}" -SRCREV_pn-etk-native ?= "${EFL_SRCREV}" -SRCREV_pn-etk ?= "${EFL_SRCREV}" SRCREV_pn-ewl ?= "${EFL_SRCREV}" SRCREV_pn-epeg ?= "${EFL_SRCREV}" -SRCREV_pn-epsilon ?= "${EFL_SRCREV}" SRCREV_pn-epdf ?= "${EFL_SRCREV}" SRCREV_pn-esmart ?= "${EFL_SRCREV}" SRCREV_pn-efreet ?= "${EFL_SRCREV}" @@ -265,9 +262,7 @@ SRCREV_pn-python-edje ?= "${EFL_SRCREV}" SRCREV_pn-python-elementary ?= "${EFL_SRCREV}" SRCREV_pn-python-edbus ?= "${EFL_SRCREV}" SRCREV_pn-python-emotion ?= "${EFL_SRCREV}" -SRCREV_pn-python-epsilon ?= "${EFL_SRCREV}" SRCREV_pn-python-ewl ?= "${EFL_SRCREV}" -SRCREV_pn-python-etk ?= "${EFL_SRCREV}" # Enlightenment Applications SRCREV_pn-edje-editor ?= "${EFL_SRCREV}" diff --git a/recipes/efl1/epsilon_svn.bb b/recipes/obsolete/efl1/epsilon_svn.bb index 991c35e8ab..14eb2d27a2 100644 --- a/recipes/efl1/epsilon_svn.bb +++ b/recipes/obsolete/efl1/epsilon_svn.bb @@ -8,6 +8,7 @@ PR = "r4" inherit efl +SRCREV = "${EFL_SRCREV}" SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=${SRCNAME};proto=http" # a gstreamer thumbnailer would be nice now that we have emotion using gstreamer as well diff --git a/recipes/efl1/etk-native_svn.bb b/recipes/obsolete/efl1/etk-native_svn.bb index 345802d25d..345802d25d 100644 --- a/recipes/efl1/etk-native_svn.bb +++ b/recipes/obsolete/efl1/etk-native_svn.bb diff --git a/recipes/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch b/recipes/obsolete/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch index 75ef0f95ea..75ef0f95ea 100644 --- a/recipes/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch +++ b/recipes/obsolete/efl1/etk/etk_scrolled_view_dragable_combined_bouncy.patch diff --git a/recipes/efl1/etk_svn.bb b/recipes/obsolete/efl1/etk_svn.bb index 6deb2c00a3..b63a7b2ee8 100644 --- a/recipes/efl1/etk_svn.bb +++ b/recipes/obsolete/efl1/etk_svn.bb @@ -6,6 +6,7 @@ PR = "r5" inherit efl +SRCREV = "${EFL_SRCREV}" SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD;module=${SRCNAME};proto=http \ file://mkinstalldirs" diff --git a/recipes/python/python-epsilon_svn.bb b/recipes/obsolete/python/python-epsilon_svn.bb index 7aa3370804..e70d4ec602 100644 --- a/recipes/python/python-epsilon_svn.bb +++ b/recipes/obsolete/python/python-epsilon_svn.bb @@ -2,4 +2,5 @@ require python-efl.inc DEPENDS += "epsilon python-ecore" RDEPENDS += "python-ecore" +SRCREV = "${EFL_SRCREV}" SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http" diff --git a/recipes/python/python-etk_svn.bb b/recipes/obsolete/python/python-etk_svn.bb index dc821c64d4..bc0ad9846e 100644 --- a/recipes/python/python-etk_svn.bb +++ b/recipes/obsolete/python/python-etk_svn.bb @@ -4,6 +4,8 @@ RDEPENDS += "python-evas python-ecore python-edje python-numeric python-math etk PV = "0.1.1+svnr${SRCPV}" PR = "ml1" +SRCREV = "${EFL_SRCREV}" + SRC_URI = "svn://svn.enlightenment.org/svn/e/OLD/BINDINGS/python;module=${PN};proto=http" do_stage() { |