Skip to content

Commit 92c1737

Browse files
schnitzeltonyiipeace
authored andcommitted
libsigc++-3: upgrade 3.0.2 -> 3.0.3
2020-03-25 Kjell Ahlstedt <[email protected]> 3.0.3 2020-03-25 Kjell Ahlstedt <[email protected]> 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 <[email protected]> README.md: Improve the Build section and remove README_build. All build information is in README.md. 2020-03-10 Kjell Ahlstedt <[email protected]> meson.build: Update version to 3.0.2 2020-03-10 Kjell Ahlstedt <[email protected]> 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 <[email protected]> README.md, README_build: Describe building with Meson 2020-01-08 Robert Middleton <[email protected]> Added example of using libsigc++ with Qt Pull Request openembedded#35. 2020-01-06 Lennard Berger <[email protected]> tests: Replace C-style casts with static_cast<> murrayc-tuple-utils Pull Request openembedded#4 . 2020-01-02 Kjell Ahlstedt <[email protected]> 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 openembedded#53 Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent 86c312b commit 92c1737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.2.bb renamed to meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.3.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=959bffe2993816eb32ec4bc1ec1d5875"
66
DEPENDS = "mm-common"
77

88
SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libsigc++/3.0/libsigc++-${PV}.tar.xz"
9-
SRC_URI[md5sum] = "1f93f8ed4ead38e876157834b2c57c21"
10-
SRC_URI[sha256sum] = "4b77676de1e74774ec456bcc6ac6f04a2791a12cc1fe07f8305d4c3c86e2f339"
9+
SRC_URI[md5sum] = "8dca4559e732f47710370baa8bc2e66f"
10+
SRC_URI[sha256sum] = "e4f4866a894bdbe053e4fb22ccc6bc4b6851fd31a4746fdd20b2cf6e87c6edb6"
1111

1212
S = "${WORKDIR}/libsigc++-${PV}"
1313

0 commit comments

Comments
 (0)