aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2021-02-10 21:55:33 +0100
committerKhem Raj <raj.khem@gmail.com>2021-02-11 09:28:44 -0800
commitd9ad178c12214b0a4d9ed57ab3f7942b62a8ddb5 (patch)
tree0989004adaf4c170d07cef4895f710eb7688291a
parent222d7bae0af3e56c029409fa3b847632900dcc0a (diff)
downloadmeta-openembedded-contrib-d9ad178c12214b0a4d9ed57ab3f7942b62a8ddb5.tar.gz
libsigc++-2.0: upgrade 2.10.3 -> 2.10.6
Build with meson 2.10.6 (stable) Build: * Meson build: Fix versioning on macOS (Tom Schoonjans) Pull request #65 Documentation: * sigc++/sigc++.h: Describe how to use libsigc++ with Meson (Kjell Ahlstedt) * Update links to the web page, now at libsigcplusplus.github.io/libsigcplusplus (Kjell Ahlstedt) 2.10.4 (stable) Build: * Meson build: Set default value of the 'warnings' option to 'min' (Kjell Ahlstedt) * NMake Makefiles: Several improvements (Chun-Wei Fan) Pull request #58 * docs/reference/: Update for Doxygen >= 1.8.16 (Kjell Ahlstedt) Documentation: * docs/manual/libsigc_manual.xml: Update signal and slot syntax (Kjell Ahlstedt) Issue #59 (Denis Washington) The tarball for 2.10.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of README. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.6.bb (renamed from meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.3.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.3.bb b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.6.bb
index e6129e2461..f4c5aa396a 100644
--- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.3.bb
+++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-2.0_2.10.6.bb
@@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
DEPENDS = "mm-common"
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/2.10/libsigc++-${PV}.tar.xz"
-SRC_URI[md5sum] = "ea68c7afc23a4b89a2dfa78344460785"
-SRC_URI[sha256sum] = "0b68dfc6313c6cc90ac989c6d722a1bf0585ad13846e79746aa87cb265904786"
+SRC_URI[sha256sum] = "dda176dc4681bda9d5a2ac1bc55273bdd381662b7a6d49e918267d13e8774e1b"
S = "${WORKDIR}/libsigc++-${PV}"
-inherit autotools
+inherit meson
FILES_${PN}-dev += "${libdir}/sigc++-*/"
FILES_${PN}-doc += "${datadir}/devhelp"