All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10
@ 2017-01-05 17:11 Andreas Müller
  2017-01-05 17:11 ` [PATCH 2/8] libsigc++-2.0: update 2.2.11 -> 2.10.0 Andreas Müller
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../mm-common/{mm-common_0.9.8.bb => mm-common_0.9.10.bb}             | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-core/mm-common/{mm-common_0.9.8.bb => mm-common_0.9.10.bb} (51%)

diff --git a/meta-oe/recipes-core/mm-common/mm-common_0.9.8.bb b/meta-oe/recipes-core/mm-common/mm-common_0.9.10.bb
similarity index 51%
rename from meta-oe/recipes-core/mm-common/mm-common_0.9.8.bb
rename to meta-oe/recipes-core/mm-common/mm-common_0.9.10.bb
index 943343b..899eb8a 100644
--- a/meta-oe/recipes-core/mm-common/mm-common_0.9.8.bb
+++ b/meta-oe/recipes-core/mm-common/mm-common_0.9.10.bb
@@ -2,8 +2,8 @@ inherit gnomebase
 
 GNOME_COMPRESS_TYPE="xz"
 
-SRC_URI[archive.md5sum] = "00fd5c6850cd5fecc2e02b04d0dd1637"
-SRC_URI[archive.sha256sum] = "c9ab5fd3872fbe245fbc35347acf4a95063111f81d54c43df3af662dad0a03d5"
+SRC_URI[archive.md5sum] = "49dc47af8c89ce5b3c768306b9a0f922"
+SRC_URI[archive.sha256sum] = "16c0e2bc196b67fbc145edaecb5dbe5818386504fe5703de27002d77140fa217"
 
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
-- 
2.5.5



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

* [PATCH 2/8] libsigc++-2.0: update 2.2.11 -> 2.10.0
  2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
@ 2017-01-05 17:11 ` Andreas Müller
  2017-01-05 17:11 ` [PATCH 3/8] glibmm: update 2.44.0 -> 2.50.0 Andreas Müller
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../{libsigc++-2.0_2.2.11.bb => libsigc++-2.0_2.10.0.bb}            | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-oe/recipes-core/libsigc++-2.0/{libsigc++-2.0_2.2.11.bb => libsigc++-2.0_2.10.0.bb} (63%)

diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
similarity index 63%
rename from meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
rename to meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
index 546305f..00d465c 100644
--- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.2.11.bb
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.0.bb
@@ -5,9 +5,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
 
 DEPENDS = "mm-common"
 
-SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.2/libsigc++-${PV}.tar.xz"
-SRC_URI[md5sum] = "815d0c6d61601f51bbcaeef6826606b0"
-SRC_URI[sha256sum] = "9834045f74f56752c2c6b3cdc195c30ab8314ad22dc8e626d6f67f940f1e4957"
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-${PV}.tar.xz"
+SRC_URI[md5sum] = "70bcbde2c900e4925d6ef4bf50954195"
+SRC_URI[sha256sum] = "f843d6346260bfcb4426259e314512b99e296e8ca241d771d21ac64f28298d81"
 
 S = "${WORKDIR}/libsigc++-${PV}"
 
-- 
2.5.5



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

* [PATCH 3/8] glibmm: update 2.44.0 -> 2.50.0
  2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
  2017-01-05 17:11 ` [PATCH 2/8] libsigc++-2.0: update 2.2.11 -> 2.10.0 Andreas Müller
@ 2017-01-05 17:11 ` Andreas Müller
  2017-01-05 17:11 ` [PATCH 4/8] cairomm: update 1.11.2 -> 1.12.0 Andreas Müller
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-core/glib-2.0/{glibmm_2.44.0.bb => glibmm_2.50.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-core/glib-2.0/{glibmm_2.44.0.bb => glibmm_2.50.0.bb} (87%)

diff --git a/meta-oe/recipes-core/glib-2.0/glibmm_2.44.0.bb b/meta-oe/recipes-core/glib-2.0/glibmm_2.50.0.bb
similarity index 87%
rename from meta-oe/recipes-core/glib-2.0/glibmm_2.44.0.bb
rename to meta-oe/recipes-core/glib-2.0/glibmm_2.50.0.bb
index d9cffff..ebe7747 100644
--- a/meta-oe/recipes-core/glib-2.0/glibmm_2.44.0.bb
+++ b/meta-oe/recipes-core/glib-2.0/glibmm_2.50.0.bb
@@ -14,8 +14,8 @@ SRC_URI = " \
     ftp://ftp.gnome.org/pub/GNOME/sources/glibmm/${SHRT_VER}/glibmm-${PV}.tar.xz \
     file://remove-examples.patch \
 "
-SRC_URI[md5sum] = "32ee4150b436d097fe2506d0b0b13a75"
-SRC_URI[sha256sum] = "1b0ac0425d24895507c0e0e8088a464c7ae2d289c47afa1c11f63278fc672ea8"
+SRC_URI[md5sum] = "e7416beff6cba1f38c2bccd0dc8c3278"
+SRC_URI[sha256sum] = "df726e3c6ef42b7621474b03b644a2e40ec4eef94a1c5a932c1e740a78f95e94"
 
 do_install_append() {
     install -d ${D}${datadir}/glibmm-2.4
-- 
2.5.5



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

* [PATCH 4/8] cairomm: update 1.11.2 -> 1.12.0
  2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
  2017-01-05 17:11 ` [PATCH 2/8] libsigc++-2.0: update 2.2.11 -> 2.10.0 Andreas Müller
  2017-01-05 17:11 ` [PATCH 3/8] glibmm: update 2.44.0 -> 2.50.0 Andreas Müller
@ 2017-01-05 17:11 ` Andreas Müller
  2017-01-05 17:11 ` [PATCH 5/8] pangomm: update 2.36.0 -> 2.40.1 Andreas Müller
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

Sources are found at gnome so use gnomebase.

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-graphics/cairo/cairomm_1.11.2.bb | 16 ----------------
 meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb | 15 +++++++++++++++
 2 files changed, 15 insertions(+), 16 deletions(-)
 delete mode 100644 meta-oe/recipes-graphics/cairo/cairomm_1.11.2.bb
 create mode 100644 meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb

diff --git a/meta-oe/recipes-graphics/cairo/cairomm_1.11.2.bb b/meta-oe/recipes-graphics/cairo/cairomm_1.11.2.bb
deleted file mode 100644
index a330458..0000000
--- a/meta-oe/recipes-graphics/cairo/cairomm_1.11.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "C++ bindings for Cairo graphics library"
-
-LICENSE = "LGPLv2"
-LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9"
-
-inherit autotools pkgconfig
-
-DEPENDS = "cairo libsigc++-2.0"
-
-SRC_URI = "http://cairographics.org/releases/cairomm-${PV}.tar.gz;name=archive"
-SRC_URI[archive.md5sum] = "732a3ff5b57401eb5dfeef795a2a0c52"
-SRC_URI[archive.sha256sum] = "ccf677098c1e08e189add0bd146f78498109f202575491a82f1815b6bc28008d"
-
-FILES_${PN}-doc += "${datadir}/devhelp"
-FILES_${PN}-dev += "${libdir}/cairomm-*/"
-
diff --git a/meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb b/meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb
new file mode 100644
index 0000000..d49a509
--- /dev/null
+++ b/meta-oe/recipes-graphics/cairo/cairomm_1.12.0.bb
@@ -0,0 +1,15 @@
+SUMMARY = "C++ bindings for Cairo graphics library"
+
+LICENSE = "LGPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9"
+
+inherit gnomebase
+
+DEPENDS = "cairo libsigc++-2.0"
+
+SRC_URI[archive.md5sum] = "c62b476b61bd0abf7e9851f417d73291"
+SRC_URI[archive.sha256sum] = "a54ada8394a86182525c0762e6f50db6b9212a2109280d13ec6a0b29bfd1afe6"
+
+FILES_${PN}-doc += "${datadir}/devhelp"
+FILES_${PN}-dev += "${libdir}/cairomm-*/"
+
-- 
2.5.5



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

* [PATCH 5/8] pangomm: update 2.36.0 -> 2.40.1
  2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
                   ` (2 preceding siblings ...)
  2017-01-05 17:11 ` [PATCH 4/8] cairomm: update 1.11.2 -> 1.12.0 Andreas Müller
@ 2017-01-05 17:11 ` Andreas Müller
  2017-01-05 17:11 ` [PATCH 6/8] atkmm: update 2.22.7 -> 2.24.2 Andreas Müller
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../recipes-graphics/pango/{pangomm_2.36.0.bb => pangomm_2.40.1.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-graphics/pango/{pangomm_2.36.0.bb => pangomm_2.40.1.bb} (81%)

diff --git a/meta-oe/recipes-graphics/pango/pangomm_2.36.0.bb b/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb
similarity index 81%
rename from meta-oe/recipes-graphics/pango/pangomm_2.36.0.bb
rename to meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb
index f738153..7ff7b20 100644
--- a/meta-oe/recipes-graphics/pango/pangomm_2.36.0.bb
+++ b/meta-oe/recipes-graphics/pango/pangomm_2.40.1.bb
@@ -9,8 +9,8 @@ DEPENDS = "mm-common cairomm glibmm pango"
 SHRT_VER = "${@d.getVar('PV',1).split('.')[0]}.${@d.getVar('PV',1).split('.')[1]}"
 
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.xz"
-SRC_URI[md5sum] = "62910723211d86ab825b666b479871c9"
-SRC_URI[sha256sum] = "a8d96952c708d7726bed260d693cece554f8f00e48b97cccfbf4f5690b6821f0"
+SRC_URI[md5sum] = "874eadd9434613dbacf0272c82c3ac23"
+SRC_URI[sha256sum] = "9762ee2a2d5781be6797448d4dd2383ce14907159b30bc12bf6b08e7227be3af"
 
 inherit autotools pkgconfig
 
-- 
2.5.5



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

* [PATCH 6/8] atkmm: update 2.22.7 -> 2.24.2
  2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
                   ` (3 preceding siblings ...)
  2017-01-05 17:11 ` [PATCH 5/8] pangomm: update 2.36.0 -> 2.40.1 Andreas Müller
@ 2017-01-05 17:11 ` Andreas Müller
  2017-01-05 17:11 ` [PATCH 7/8] gtkmm: update 2.24.3 -> 2.24.5 Andreas Müller
  2017-01-05 17:11 ` [PATCH 8/8] gnome-system-monitor: fix build after update of gnome c++ bindings Andreas Müller
  6 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-gnome/atk/{atkmm_2.22.7.bb => atkmm_2.24.2.bb} | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-gnome/atk/{atkmm_2.22.7.bb => atkmm_2.24.2.bb} (68%)

diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb b/meta-oe/recipes-gnome/atk/atkmm_2.24.2.bb
similarity index 68%
rename from meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb
rename to meta-oe/recipes-gnome/atk/atkmm_2.24.2.bb
index 6f51e34..30ac90a 100644
--- a/meta-oe/recipes-gnome/atk/atkmm_2.22.7.bb
+++ b/meta-oe/recipes-gnome/atk/atkmm_2.24.2.bb
@@ -9,10 +9,8 @@ DEPENDS = "atk glibmm"
 
 inherit gnome autotools pkgconfig
 
-GNOME_COMPRESS_TYPE = "xz"
-
-SRC_URI[archive.md5sum] = "fec7db3fc47ba2e0c95d130ec865a236"
-SRC_URI[archive.sha256sum] = "bfbf846b409b4c5eb3a52fa32a13d86936021969406b3dcafd4dd05abd70f91b"
+SRC_URI[archive.md5sum] = "d53b60b0f1be597e86070954a49cf0c3"
+SRC_URI[archive.sha256sum] = "ff95385759e2af23828d4056356f25376cfabc41e690ac1df055371537e458bd"
 
 EXTRA_OECONF = " --disable-documentation "
 
-- 
2.5.5



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

* [PATCH 7/8] gtkmm: update 2.24.3 -> 2.24.5
  2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
                   ` (4 preceding siblings ...)
  2017-01-05 17:11 ` [PATCH 6/8] atkmm: update 2.22.7 -> 2.24.2 Andreas Müller
@ 2017-01-05 17:11 ` Andreas Müller
  2017-01-05 17:11 ` [PATCH 8/8] gnome-system-monitor: fix build after update of gnome c++ bindings Andreas Müller
  6 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 meta-oe/recipes-gnome/gtk+/{gtkmm_2.24.3.bb => gtkmm_2.24.5.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-gnome/gtk+/{gtkmm_2.24.3.bb => gtkmm_2.24.5.bb} (77%)

diff --git a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb
similarity index 77%
rename from meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb
rename to meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb
index f4e0865..195bb21 100644
--- a/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.3.bb
+++ b/meta-oe/recipes-gnome/gtk+/gtkmm_2.24.5.bb
@@ -14,8 +14,8 @@ REQUIRED_DISTRO_FEATURES = "x11"
 
 GNOME_COMPRESS_TYPE = "xz"
 
-SRC_URI[archive.md5sum] = "42fc5a3feeb33ea59b7660200e2a5465"
-SRC_URI[archive.sha256sum] = "c564a438677174b97d69dd70467cb03c933481006398dc9377417aa6abe02a39"
+SRC_URI[archive.md5sum] = "6c59ae8bbff48fad9132f23af347acf1"
+SRC_URI[archive.sha256sum] = "0680a53b7bf90b4e4bf444d1d89e6df41c777e0bacc96e9c09fc4dd2f5fe6b72"
 
 EXTRA_OECONF = " --disable-documentation "
 
-- 
2.5.5



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

* [PATCH 8/8] gnome-system-monitor: fix build after update of gnome c++ bindings
  2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
                   ` (5 preceding siblings ...)
  2017-01-05 17:11 ` [PATCH 7/8] gtkmm: update 2.24.3 -> 2.24.5 Andreas Müller
@ 2017-01-05 17:11 ` Andreas Müller
  6 siblings, 0 replies; 8+ messages in thread
From: Andreas Müller @ 2017-01-05 17:11 UTC (permalink / raw)
  To: openembedded-devel

In file included from <staging>/usr/include/c++/6.2.0/type_traits:35:0,
                 from <staging>/usr/include/sigc++-2.0/sigc++/visit_each.h:22,
                 from <staging>/usr/include/sigc++-2.0/sigc++/functors/slot.h:6,
                 from <staging>/usr/include/sigc++-2.0/sigc++/signal_base.h:27,
                 from <staging>/usr/include/sigc++-2.0/sigc++/signal.h:8,
                 from <staging>/usr/include/sigc++-2.0/sigc++/sigc++.h:104,
                 from <staging>/usr/include/glibmm-2.4/glibmm/thread.h:50,
                 from <staging>/usr/include/glibmm-2.4/glibmm.h:89,
                 from <staging>/usr/include/gtkmm-2.4/gtkmm.h:87,
                 from ../../gnome-system-monitor-2.28.2/src/procman.cpp:26:
<staging>/usr/include/c++/6.2.0/bits/c++0x_warning.h:32:2: error: #error This file requires compiler and library support for the ISO C++ 2011 standard. This support must be enabled with the -std=c++11 or -std=gnu++11 compiler options.
 #error This file requires compiler and library support \
  ^~~~~

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb   | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
index d5fab62..7518bbb 100644
--- a/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-system-monitor/gnome-system-monitor_2.28.2.bb
@@ -20,6 +20,8 @@ do_configure_prepend() {
     sed -i -e s:help::g ${S}/Makefile.am
 }
 
+CXXFLAGS += "--std=c++11"
+
 RRECOMMENDS_${PN} = "adwaita-icon-theme"
 
 FILES_${PN} += "${datadir}/icons \
-- 
2.5.5



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

end of thread, other threads:[~2017-01-05 17:11 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-05 17:11 [PATCH 1/8] mm-common: update 0.9.8 -> 0.9.10 Andreas Müller
2017-01-05 17:11 ` [PATCH 2/8] libsigc++-2.0: update 2.2.11 -> 2.10.0 Andreas Müller
2017-01-05 17:11 ` [PATCH 3/8] glibmm: update 2.44.0 -> 2.50.0 Andreas Müller
2017-01-05 17:11 ` [PATCH 4/8] cairomm: update 1.11.2 -> 1.12.0 Andreas Müller
2017-01-05 17:11 ` [PATCH 5/8] pangomm: update 2.36.0 -> 2.40.1 Andreas Müller
2017-01-05 17:11 ` [PATCH 6/8] atkmm: update 2.22.7 -> 2.24.2 Andreas Müller
2017-01-05 17:11 ` [PATCH 7/8] gtkmm: update 2.24.3 -> 2.24.5 Andreas Müller
2017-01-05 17:11 ` [PATCH 8/8] gnome-system-monitor: fix build after update of gnome c++ bindings Andreas Müller

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.