* [PATCH 1/2] glib-2.0: update to 2.36.2
@ 2013-05-17 17:12 Andreas Müller
2013-05-17 17:12 ` [PATCH 2/2] glib-networking: " Andreas Müller
2013-05-17 20:22 ` [PATCH 1/2] glib-2.0: " Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Andreas Müller @ 2013-05-17 17:12 UTC (permalink / raw)
To: openembedded-core
While updating the C++ bindings in meta-oe (glibmm/cairomm/pangomm) a
dependency on glib 2.36.1 came up.
This patch was build- (gcc 4.7.2/4.8.0) and run-tested with my standard
xfce-/gnome2-images
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
.../{glib-2.0_2.36.0.bb => glib-2.0_2.36.2.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/glib-2.0/{glib-2.0_2.36.0.bb => glib-2.0_2.36.2.bb} (93%)
diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb
similarity index 93%
rename from meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb
rename to meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb
index a042972..2e710c9 100644
--- a/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb
+++ b/meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb
@@ -18,8 +18,8 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"
-SRC_URI[md5sum] = "2047dff287473450593edecb18f79c17"
-SRC_URI[sha256sum] = "455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227"
+SRC_URI[md5sum] = "d791774ac49eaf8ba59792427bb74af7"
+SRC_URI[sha256sum] = "5ea98451fb57d0ba523a1e836545f0a919b498863056fdd9da69d148c1347f80"
BBCLASSEXTEND = "native nativesdk"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* [PATCH 2/2] glib-networking: update to 2.36.2
2013-05-17 17:12 [PATCH 1/2] glib-2.0: update to 2.36.2 Andreas Müller
@ 2013-05-17 17:12 ` Andreas Müller
2013-05-17 20:22 ` [PATCH 1/2] glib-2.0: " Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Andreas Müller @ 2013-05-17 17:12 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
...working_2.36.0.bb => glib-networking_2.36.2.bb} | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-core/glib-networking/{glib-networking_2.36.0.bb => glib-networking_2.36.2.bb} (85%)
diff --git a/meta/recipes-core/glib-networking/glib-networking_2.36.0.bb b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
similarity index 85%
rename from meta/recipes-core/glib-networking/glib-networking_2.36.0.bb
rename to meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
index 2cc69ef..863a4eb 100644
--- a/meta/recipes-core/glib-networking/glib-networking_2.36.0.bb
+++ b/meta/recipes-core/glib-networking/glib-networking_2.36.2.bb
@@ -10,8 +10,8 @@ DEPENDS = "glib-2.0 gnutls intltool-native"
SRC_URI = "${GNOME_MIRROR}/${BPN}/2.36/${BPN}-${PV}.tar.xz"
-SRC_URI[md5sum] = "062dafdb939510e7b38eea3d3b367be0"
-SRC_URI[sha256sum] = "190d66fbaeb023ba4f43c315f23c5372c43be6cbe857596e00990211514650d9"
+SRC_URI[md5sum] = "fb9121742ed36d1723f296eea19dbb3c"
+SRC_URI[sha256sum] = "2108d55b0af3eea56ce256830bcaf1519d6337e0054ef2eff80f2c0ef0eb23f9"
EXTRA_OECONF = "--without-ca-certificates --without-gnome-proxy --without-libproxy"
--
1.7.4.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/2] glib-2.0: update to 2.36.2
2013-05-17 17:12 [PATCH 1/2] glib-2.0: update to 2.36.2 Andreas Müller
2013-05-17 17:12 ` [PATCH 2/2] glib-networking: " Andreas Müller
@ 2013-05-17 20:22 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2013-05-17 20:22 UTC (permalink / raw)
To: Andreas Müller; +Cc: openembedded-core
On 05/17/2013 08:12 PM, Andreas Müller wrote:
> While updating the C++ bindings in meta-oe (glibmm/cairomm/pangomm) a
> dependency on glib 2.36.1 came up.
>
We have updated to 2.36.1 already, so this will need to be rebased if
you want to update to 2.36.2.
Sau!
> This patch was build- (gcc 4.7.2/4.8.0) and run-tested with my standard
> xfce-/gnome2-images
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> .../{glib-2.0_2.36.0.bb => glib-2.0_2.36.2.bb} | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
> rename meta/recipes-core/glib-2.0/{glib-2.0_2.36.0.bb => glib-2.0_2.36.2.bb} (93%)
>
> diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb
> similarity index 93%
> rename from meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb
> rename to meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb
> index a042972..2e710c9 100644
> --- a/meta/recipes-core/glib-2.0/glib-2.0_2.36.0.bb
> +++ b/meta/recipes-core/glib-2.0/glib-2.0_2.36.2.bb
> @@ -18,8 +18,8 @@ SRC_URI = "${GNOME_MIRROR}/glib/${SHRT_VER}/glib-${PV}.tar.xz \
>
> SRC_URI_append_class-native = " file://glib-gettextize-dir.patch"
>
> -SRC_URI[md5sum] = "2047dff287473450593edecb18f79c17"
> -SRC_URI[sha256sum] = "455a8abe8692c5174bcc7ffa15b96a7521a2f2f9fb47594405927c35cb9bb227"
> +SRC_URI[md5sum] = "d791774ac49eaf8ba59792427bb74af7"
> +SRC_URI[sha256sum] = "5ea98451fb57d0ba523a1e836545f0a919b498863056fdd9da69d148c1347f80"
>
> BBCLASSEXTEND = "native nativesdk"
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-05-17 20:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-17 17:12 [PATCH 1/2] glib-2.0: update to 2.36.2 Andreas Müller
2013-05-17 17:12 ` [PATCH 2/2] glib-networking: " Andreas Müller
2013-05-17 20:22 ` [PATCH 1/2] glib-2.0: " Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox