you have good commit msg so I merged this with earlier patch proposed here https://patchwork.openembedded.org/patch/168647/
On Thu, Jan 9, 2020 at 1:06 PM Andreas Müller <[email protected]> wrote: > > From [1]: > > 3.0.2 (stable) > > * Build: Meson build improvements. > (Kjell Ahlstedt, Chun-Wei Fan) > > From [2]: > > 3.0.1 (stable) > > * Build: > - Add meson build, alongside the existing autotools and CMake builds. > (Kjell Ahlstedt, Chun-Wei Fan) > - CMake: Fix the MSVC build, enable warnings, and disable unnecessary > warnings, with MVSC. > (Stuart Dootson) > * connection: Allow copying of empty connections. > (Aigrind) > * sigc++/adaptors/bind.h: Make bind_functor::bound_ public. > (Used by sigc::visitor::do_visit_each(). > (Kjell Ahlstedt) Bug #26 > * test_limit_reference: Avoid virtual-move-assign warning > (seen with g++ 9.2) > (Murray Cumming) > * signal: slot_iterator_buf: Remove unused T_result default type > (Murray Cumming) > * tests: Slight cleanups > (Murray Cumming) > * Remove unused #ifdefed code. > (Murray Cumming) > > [1] http://ftp.gnome.org/pub/gnome/sources/libsigc++/3.0/libsigc++-3.0.2.news > [2] http://ftp.gnome.org/pub/gnome/sources/libsigc++/3.0/libsigc++-3.0.1.news > > Signed-off-by: Andreas Müller <[email protected]> > --- > .../{libsigc++-3_3.0.0.bb => libsigc++-3_3.0.2.bb} | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > rename meta-oe/recipes-core/libsigc++-2.0/{libsigc++-3_3.0.0.bb => > libsigc++-3_3.0.2.bb} (77%) > > diff --git a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.0.bb > b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.2.bb > similarity index 77% > rename from meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.0.bb > rename to meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.2.bb > index 3c0330f50..0acdb3e98 100644 > --- a/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.0.bb > +++ b/meta-oe/recipes-core/libsigc++-2.0/libsigc++-3_3.0.2.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] = "6ffe924f1d8624b5716468cde67dc03f" > -SRC_URI[sha256sum] = > "50a0855c1eb26e6044ffe888dbe061938ab4241f96d8f3754ea7ead38ab8ed06" > +SRC_URI[md5sum] = "1f93f8ed4ead38e876157834b2c57c21" > +SRC_URI[sha256sum] = > "4b77676de1e74774ec456bcc6ac6f04a2791a12cc1fe07f8305d4c3c86e2f339" > > S = "${WORKDIR}/libsigc++-${PV}" > > -- > 2.21.0 > > -- > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.openembedded.org/mailman/listinfo/openembedded-devel -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
