diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-01 06:22:12 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-02-01 06:24:51 +0100 |
| commit | fcaf096d9aee4d67a2d6dac5c0ee3a438f3e922a (patch) | |
| tree | 44ffa405ff36e89a2f6b52ac580b6f3152ae2731 | |
| parent | 3d83b605d8f0b492f1b80cdbe52e3f84457caefe (diff) | |
e-tasks: move SRCREV to recipe and update it for rebuild after EFL bump
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 1 | ||||
| -rw-r--r-- | recipes/e17/e-tasks_svn.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 7a01a4b325..97ac33e568 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -46,7 +46,6 @@ SRCREV_pn-dfu-util-native ?= "4160" SRCREV_pn-disko ?= "f52597b8d5d584811cbe8f9e0bf25ea372526953" SRCREV_pn-diversity-daemon ?= "571" SRCREV_pn-diversity-radar ?= "453" -SRCREV_pn-e-tasks ?= "22" SRCREV_pn-e-wm-config-illume-shr ?= "bbcec18f0ebd47e4f6eea88b9b774edf7400e752" SRCREV_pn-e-wm-illume-dict-pl ?= "1cc80e26a4558dfc2268b349d9a1f468e515bcfb" SRCREV_pn-e-wm-menu-shr ?= "1cc80e26a4558dfc2268b349d9a1f468e515bcfb" diff --git a/recipes/e17/e-tasks_svn.bb b/recipes/e17/e-tasks_svn.bb index 5c07a1bd3c..28bc900f98 100644 --- a/recipes/e17/e-tasks_svn.bb +++ b/recipes/e17/e-tasks_svn.bb @@ -7,6 +7,7 @@ DEPENDS = "elementary eina edbus sqlite3" inherit autotools +SRCREV = "24" PV = "0.0.1+svnr${SRCPV}" PR = "r1" |
