mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-09-25 12:00:22 +00:00
Upstream changes (release notes): * 3.1.0/3.1.1: assorted fixes and code improvements (docker startup under the default user, dependency maximum-version bumps). * 3.2.0: resolve a long-standing transcoding/error-return issue with libpupnp after dropping the old MediaTomb UPnP hack; allow splitting config.xml at any section; export/reimport web-UI entries around a database clear; many new import/runtime configuration entries. * 3.2.1: fix MySQL/PostgreSQL database migration and init with ffmpegthumbnailer disabled; raise supported pupnp (1.18.3) and jsoncpp (1.9.7) maximums. New build dependencies in 3.2.x: * cxxopts is now required (find_package(cxxopts 3.2.0 REQUIRED)); add it to DEPENDS (provided by meta-oe). * A new WITH_ZIP option (default ON) pulls in libzippp and libzip for "package download". Neither is packaged here, so add a PACKAGECONFIG [zip] knob left disabled by default (-DWITH_ZIP=FALSE), matching 3.0.0 behaviour. The two local build patches (fmt 12 include fix, <cstring> include) still apply and are retained. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>