| Submitter | Cristian Iorga |
|---|---|
| Date | July 24, 2012, 5:36 a.m. |
| Message ID | <1343108218-7108-2-git-send-email-cristian.iorga@intel.com> |
| Download | mbox | patch |
| Permalink | /patch/32889/ |
| State | New |
| Headers | show |
Comments
On 24 July 2012 06:36, Cristian Iorga <cristian.iorga@intel.com> wrote:
> rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} (80%)
I only just noticed that we're shipping the development series of
telepathy-glib, which is a bold statement. Telepathy follows the
GNOME versioning, so even=release, odd=development. For telepathy,
development really can mean it -- new interfaces and aggressively
increased dependencies are quite likely. Once 0.20 is released it's
probably best to stick with stable releases.
Ross
Hello Ross, Saul, all, Previously, an update to telepathy-glib 0.19.2 was in our yocto recipes, so updating to 0.19.4 seems like an obvious choice. This is the status with a lot of stuff we are delivering. I am in the process of updating gstreamer, and I have received recommendation to update the entire gstreamer stack to unstable versions, because we are many versions behind while being on the stable branch. To be honest, I don't know how to proceed on gstreamer. Please advise. Thanks, Cristian -----Original Message----- From: openembedded-core-bounces@lists.openembedded.org [mailto:openembedded-core-bounces@lists.openembedded.org] On Behalf Of Burton, Ross Sent: Tuesday, July 24, 2012 2:15 PM To: Patches and discussions about the oe-core layer Subject: Re: [OE-core] [PATCH 1/5] telepathy-glib: upgrade to ver. 0.19.4 On 24 July 2012 06:36, Cristian Iorga <cristian.iorga@intel.com> wrote: > rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb > => telepathy-glib_0.19.4.bb} (80%) I only just noticed that we're shipping the development series of telepathy-glib, which is a bold statement. Telepathy follows the GNOME versioning, so even=release, odd=development. For telepathy, development really can mean it -- new interfaces and aggressively increased dependencies are quite likely. Once 0.20 is released it's probably best to stick with stable releases. Ross
Hi Christian, On 24 July 2012 12:30, Iorga, Cristian <cristian.iorga@intel.com> wrote: > I am in the process of updating gstreamer, and I have received recommendation to update the entire gstreamer stack to unstable versions, because we are many versions behind while being on the stable branch. > To be honest, I don't know how to proceed on gstreamer. > Please advise. I'd recommend keeping with the stable releases -- 0.10.36 that we already have. The 0.11.x series is leading up to a GStreamer 1.0 release which has serious API changes, so isn't a trivial upgrade. Packaging the 0.11.x releases as gstreamer-1.0 that is parallel installable with the 0.10 series would be a good idea, but that can wait until someone asks for it or they make a 1.0 release. Ross
Patch
diff --git a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb similarity index 80% rename from meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb rename to meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb index deba3bb..29c3e9b 100644 --- a/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.2.bb +++ b/meta/recipes-connectivity/telepathy/telepathy-glib_0.19.4.bb @@ -7,8 +7,8 @@ PR = "r0" SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BPN}-${PV}.tar.gz" -SRC_URI[md5sum] = "af2b33c1215f189e637bd59cc9139255" -SRC_URI[sha256sum] = "7e3c313ed08e26339deb603a615cec62a370131075514439f79f473f92ab84c3" +SRC_URI[md5sum] = "a7e8b8b5b29280cb257f2a9c0fe566ee" +SRC_URI[sha256sum] = "c191b1c51638c921bd8da4875df7123e3a0bc98bf2c93e6a9365c451d21d11f7" LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> --- ...thy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-connectivity/telepathy/{telepathy-glib_0.19.2.bb => telepathy-glib_0.19.4.bb} (80%)