aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-04-06 11:20:25 +0200
committerKhem Raj <raj.khem@gmail.com>2020-04-06 08:29:49 -0700
commitc8bbb0cc7d28fbcd4fe06bb7da796b7b0fae111b (patch)
treee9831f3c9a42822e454d4ffe48bd96b8dcbadfb9 /meta-oe
parente29c51295cdef85cd706f7f7a973b0f55b5576cb (diff)
downloadmeta-openembedded-contrib-c8bbb0cc7d28fbcd4fe06bb7da796b7b0fae111b.tar.gz
libsigc++-3: upgrade 3.0.2 -> 3.0.3
2020-03-25 Kjell Ahlstedt <kjellahlstedt@gmail.com> 3.0.3 2020-03-25 Kjell Ahlstedt <kjellahlstedt@gmail.com> README.md: Better describe when maintainer-mode is necessary As a libsigc++-3 tarball does not contain generated source code, maintainer-mode is not always necessary when you build with Meson from a tarball that was created by Autotools. 2020-03-24 Kjell Ahlstedt <kjellahlstedt@gmail.com> README.md: Improve the Build section and remove README_build. All build information is in README.md. 2020-03-10 Kjell Ahlstedt <kjellahlstedt@gmail.com> meson.build: Update version to 3.0.2 2020-03-10 Kjell Ahlstedt <kjellahlstedt@gmail.com> examples: Disable deprecated API when building with Meson Deprecated SIGCXX API is disabled when example programs are built with Autotools. Do the same when building with Meson. 2020-01-13 Kjell Ahlstedt <kjellahlstedt@gmail.com> README.md, README_build: Describe building with Meson 2020-01-08 Robert Middleton <robert.middleton@rm5248.com> Added example of using libsigc++ with Qt Pull Request #35. 2020-01-06 Lennard Berger <lennard.berger@student.uni-tuebingen.de> tests: Replace C-style casts with static_cast<> murrayc-tuple-utils Pull Request #4 . 2020-01-02 Kjell Ahlstedt <kjellahlstedt@gmail.com> docs/docs/reference/meson.build: Check if perl is found Don't use perl.path() when configuring Doxyfile, if perl is not found. Perl is not required, if build-documentation=false. Fixes #53 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.3.bb (renamed from meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.2.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.2.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.3.bb
index 26bd02c7b9..fc4f5d6499 100644
--- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.2.bb
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.3.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=959bffe2993816eb32ec4bc1ec1d5875"
DEPENDS = "mm-common"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.0/libsigc++-${PV}.tar.xz"
-SRC_URI[md5sum] = "1f93f8ed4ead38e876157834b2c57c21"
-SRC_URI[sha256sum] = "4b77676de1e74774ec456bcc6ac6f04a2791a12cc1fe07f8305d4c3c86e2f339"
+SRC_URI[md5sum] = "8dca4559e732f47710370baa8bc2e66f"
+SRC_URI[sha256sum] = "e4f4866a894bdbe053e4fb22ccc6bc4b6851fd31a4746fdd20b2cf6e87c6edb6"
S = "${WORKDIR}/libsigc++-${PV}"