All of lore.kernel.org
 help / color / mirror / Atom feed
* [release-2010.12] shr: bump SRCREVs to versions compatible with latest EFL
@ 2010-11-19 11:33 Martin Jansa
  2010-11-19 20:54 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Jansa @ 2010-11-19 11:33 UTC (permalink / raw)
  To: openembedded-devel

* can I also remove shr-autorev from shr.conf (just for release
  branch?), because it's likely that after some time shr-autorev will
  pick revisions no longer backward compatible with tagged revision
  of OE (ie EFL)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 recipes/shr/e-wm-config-illume2-shr_git.bb |    2 +-
 recipes/shr/libphone-ui-shr_git.bb         |    2 +-
 recipes/shr/libphone-ui_git.bb             |    2 +-
 recipes/shr/shr-settings_git.bb            |    2 +-
 recipes/shr/shr-wizard_git.bb              |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb
index 171050f..fae58f5 100644
--- a/recipes/shr/e-wm-config-illume2-shr_git.bb
+++ b/recipes/shr/e-wm-config-illume2-shr_git.bb
@@ -3,7 +3,7 @@ SECTION = "e/utils"
 DEPENDS = "eet"
 LICENSE = "MIT BSD"
 RDEPENDS_${PN} = "shr-e-gadgets"
-SRCREV = "bed3a9ac381b88717b153012fa4b9da0c860c6b0"
+SRCREV = "ac32cc259883be1602e51f8496c96bc381513b38"
 PV = "1.2+gitr${SRCPV}"
 PR = "r6"
 
diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
index 6162bb5..75debca 100644
--- a/recipes/shr/libphone-ui-shr_git.bb
+++ b/recipes/shr/libphone-ui-shr_git.bb
@@ -1,7 +1,7 @@
 DESCRIPTION = "SHR default module for the Phone UI daemon"
 SECTION = "e/apps"
 DEPENDS += " dbus-glib libframeworkd-glib libfsoframework libphone-ui evas ecore edje edje-native elementary"
-SRCREV = "cced1441a94b08af7576c58f3c7ee29a679ecfeb"
+SRCREV = "98bdc18ae2e09e6a6d357ecdc204fd007a9b562b"
 PV = "0.0.1+gitr${SRCPV}"
 PR = "r1"
 
diff --git a/recipes/shr/libphone-ui_git.bb b/recipes/shr/libphone-ui_git.bb
index f874aac..e1731fe 100644
--- a/recipes/shr/libphone-ui_git.bb
+++ b/recipes/shr/libphone-ui_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "A generic framework for phone ui"
 HOMEPAGE = "http://shr-project.org/"
 LICENSE = "GPL"
 SECTION = "libs"
-SRCREV = "e031bdc36168da3c821c36fe470eb920c41ea92b"
+SRCREV = "7f98b9eabf8b6710b2b08ac66f02a633dc3a9d71"
 PV = "0.0.1+gitr${SRCPV}"
 PR = "r0"
 
diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
index d65f81d..b7e3d34 100644
--- a/recipes/shr/shr-settings_git.bb
+++ b/recipes/shr/shr-settings_git.bb
@@ -4,7 +4,7 @@ SHR_RELEASE ?= "shr"
 LICENSE ?= "GPL"
 RDEPENDS_${PN} = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexpect"
 SECTION = "x11/application"
-SRCREV = "cc7917afdc958443e9110004b3adb38af65ad16e"
+SRCREV = "e94cb974d08a242c8def89aca43da00124080368"
 PE = "1"
 PV = "0.1.1+gitr${SRCPV}"
 PR = "r12"
diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb
index 1d2353c..89a1669 100644
--- a/recipes/shr/shr-wizard_git.bb
+++ b/recipes/shr/shr-wizard_git.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL"
 DEPENDS = "e-wm"
 RDEPENDS_${PN} = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
 SECTION = "x11/application"
-SRCREV = "0342a0b36ab3df7e980fe7a045c905cee8f2a7e8"
+SRCREV = "18690ac56e303f3e0fe48e684da2e57d3ed68201"
 PV = "0.0.0+gitr${SRCPV}"
 PR = "r8"
 
-- 
1.7.3.2




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [release-2010.12] shr: bump SRCREVs to versions compatible with latest EFL
  2010-11-19 11:33 [release-2010.12] shr: bump SRCREVs to versions compatible with latest EFL Martin Jansa
@ 2010-11-19 20:54 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2010-11-19 20:54 UTC (permalink / raw)
  To: openembedded-devel

On (19/11/10 12:33), Martin Jansa wrote:
> * can I also remove shr-autorev from shr.conf (just for release
>   branch?), because it's likely that after some time shr-autorev will
>   pick revisions no longer backward compatible with tagged revision
>   of OE (ie EFL)
> 
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>

hmmm ok. will you commit it to master and then cherry pick into release
branch

> ---
>  recipes/shr/e-wm-config-illume2-shr_git.bb |    2 +-
>  recipes/shr/libphone-ui-shr_git.bb         |    2 +-
>  recipes/shr/libphone-ui_git.bb             |    2 +-
>  recipes/shr/shr-settings_git.bb            |    2 +-
>  recipes/shr/shr-wizard_git.bb              |    2 +-
>  5 files changed, 5 insertions(+), 5 deletions(-)
> 
> diff --git a/recipes/shr/e-wm-config-illume2-shr_git.bb b/recipes/shr/e-wm-config-illume2-shr_git.bb
> index 171050f..fae58f5 100644
> --- a/recipes/shr/e-wm-config-illume2-shr_git.bb
> +++ b/recipes/shr/e-wm-config-illume2-shr_git.bb
> @@ -3,7 +3,7 @@ SECTION = "e/utils"
>  DEPENDS = "eet"
>  LICENSE = "MIT BSD"
>  RDEPENDS_${PN} = "shr-e-gadgets"
> -SRCREV = "bed3a9ac381b88717b153012fa4b9da0c860c6b0"
> +SRCREV = "ac32cc259883be1602e51f8496c96bc381513b38"
>  PV = "1.2+gitr${SRCPV}"
>  PR = "r6"
>  
> diff --git a/recipes/shr/libphone-ui-shr_git.bb b/recipes/shr/libphone-ui-shr_git.bb
> index 6162bb5..75debca 100644
> --- a/recipes/shr/libphone-ui-shr_git.bb
> +++ b/recipes/shr/libphone-ui-shr_git.bb
> @@ -1,7 +1,7 @@
>  DESCRIPTION = "SHR default module for the Phone UI daemon"
>  SECTION = "e/apps"
>  DEPENDS += " dbus-glib libframeworkd-glib libfsoframework libphone-ui evas ecore edje edje-native elementary"
> -SRCREV = "cced1441a94b08af7576c58f3c7ee29a679ecfeb"
> +SRCREV = "98bdc18ae2e09e6a6d357ecdc204fd007a9b562b"
>  PV = "0.0.1+gitr${SRCPV}"
>  PR = "r1"
>  
> diff --git a/recipes/shr/libphone-ui_git.bb b/recipes/shr/libphone-ui_git.bb
> index f874aac..e1731fe 100644
> --- a/recipes/shr/libphone-ui_git.bb
> +++ b/recipes/shr/libphone-ui_git.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "A generic framework for phone ui"
>  HOMEPAGE = "http://shr-project.org/"
>  LICENSE = "GPL"
>  SECTION = "libs"
> -SRCREV = "e031bdc36168da3c821c36fe470eb920c41ea92b"
> +SRCREV = "7f98b9eabf8b6710b2b08ac66f02a633dc3a9d71"
>  PV = "0.0.1+gitr${SRCPV}"
>  PR = "r0"
>  
> diff --git a/recipes/shr/shr-settings_git.bb b/recipes/shr/shr-settings_git.bb
> index d65f81d..b7e3d34 100644
> --- a/recipes/shr/shr-settings_git.bb
> +++ b/recipes/shr/shr-settings_git.bb
> @@ -4,7 +4,7 @@ SHR_RELEASE ?= "shr"
>  LICENSE ?= "GPL"
>  RDEPENDS_${PN} = "python-elementary python-dbus python-codecs python-shell python-pyrtc python python-core python-edbus dbus-x11 frameworkd python-phoneutils python-pexpect"
>  SECTION = "x11/application"
> -SRCREV = "cc7917afdc958443e9110004b3adb38af65ad16e"
> +SRCREV = "e94cb974d08a242c8def89aca43da00124080368"
>  PE = "1"
>  PV = "0.1.1+gitr${SRCPV}"
>  PR = "r12"
> diff --git a/recipes/shr/shr-wizard_git.bb b/recipes/shr/shr-wizard_git.bb
> index 1d2353c..89a1669 100644
> --- a/recipes/shr/shr-wizard_git.bb
> +++ b/recipes/shr/shr-wizard_git.bb
> @@ -4,7 +4,7 @@ LICENSE = "GPL"
>  DEPENDS = "e-wm"
>  RDEPENDS_${PN} = "python-elementary shr-settings python-phoneutils e-wm python-dbus python-edbus"
>  SECTION = "x11/application"
> -SRCREV = "0342a0b36ab3df7e980fe7a045c905cee8f2a7e8"
> +SRCREV = "18690ac56e303f3e0fe48e684da2e57d3ed68201"
>  PV = "0.0.0+gitr${SRCPV}"
>  PR = "r8"
>  
> -- 
> 1.7.3.2
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-19 20:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-19 11:33 [release-2010.12] shr: bump SRCREVs to versions compatible with latest EFL Martin Jansa
2010-11-19 20:54 ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.