mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
CHANGES: update with recent changes
Update with the skeleton rework details, and a webkitgtk bug that is now fixed. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
dd9dfb64ea
commit
d64d121696
16
CHANGES
16
CHANGES
@ -2,6 +2,19 @@
|
|||||||
|
|
||||||
Infrastructure:
|
Infrastructure:
|
||||||
|
|
||||||
|
- The skeleton package has been split into multiple packages:
|
||||||
|
skeleton-sysv (when Busybox or SysV init are used),
|
||||||
|
skeleton-systemd (when systemd is used), skeleton-none (when
|
||||||
|
no init system is used) and skeleton-custom (when a custom
|
||||||
|
skeleton is used). Those packages, except skeleton-custom,
|
||||||
|
share common logic and data in a new package called
|
||||||
|
skeleton-common. The skeleton package becomes a virtual
|
||||||
|
package. This change allows to generate a filesystem that is
|
||||||
|
compliant with systemd expectations.
|
||||||
|
|
||||||
|
- Support for using a read-only filesystem with systemd has
|
||||||
|
been fixed.
|
||||||
|
|
||||||
- Major revamp of the gettext handling, with user-visible
|
- Major revamp of the gettext handling, with user-visible
|
||||||
effect:
|
effect:
|
||||||
|
|
||||||
@ -113,6 +126,7 @@
|
|||||||
|
|
||||||
Issues resolved (http://bugs.buildroot.org):
|
Issues resolved (http://bugs.buildroot.org):
|
||||||
|
|
||||||
|
#7892: systemd-journald is broken
|
||||||
#9341: avahi-utils does not compile with uClibc + libglib2
|
#9341: avahi-utils does not compile with uClibc + libglib2
|
||||||
#9441: Link BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY to
|
#9441: Link BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY to
|
||||||
BR2_ENABLE_DEBUG
|
BR2_ENABLE_DEBUG
|
||||||
@ -142,6 +156,8 @@
|
|||||||
#10061: gcc5.4 buildroot toolchain for powerpc libsanitizer
|
#10061: gcc5.4 buildroot toolchain for powerpc libsanitizer
|
||||||
failure
|
failure
|
||||||
#10076: Makefile:4113: recipe for target 'all-gcc' failed
|
#10076: Makefile:4113: recipe for target 'all-gcc' failed
|
||||||
|
#10121: webkit without the multimedia option causes build
|
||||||
|
error
|
||||||
|
|
||||||
2017.05.2, Released July 27th, 2017
|
2017.05.2, Released July 27th, 2017
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user