]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
init-system-helpers: upgrade 1.62 -> 1.63
authorwangmy <wangmy@fujitsu.com>
Tue, 24 May 2022 08:33:44 +0000 (16:33 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 27 May 2022 22:47:20 +0000 (23:47 +0100)
commitabf37e040faf510e6e087d97bf76cf07aef05e18
tree585b2c39060f9bc61f9ba90d0f46c9b466de127c
parent61bea09d7edc116bb7fa30fb37e8a3ad15b5f11e
init-system-helpers: upgrade 1.62 -> 1.63

Changelog:
==========
  * Remove constraints unnecessary since buster
    * init-system-helpers: Drop versioned constraint on perl-base in Depends.
    * init: Drop versioned constraint on init-system-helpers in Depends.

  * t/helpers.pm: use installed version of deb-systemd-helper if
    TEST_INSTALLED is set
  * add DPKG_ROOT support (Closes: #983421)

  * Add additional error checking on write operations.
    The 'close()' call can fail on both read and write - while the read is
    usually relatively benign, for the write counter part can include "fun"
    errors. Most of these would most likely be persistent issues, but it makes
    sense to detect errors as early possible.

  * service: use 'grep -F' instead of 'egrep'
    'egrep' and 'fgrep' have been deprecated in GNU grep since 2007, and in
    current post 3.7 Git they have been made to emit obsolescence warnings.
    The occurrence in 'service' uses a non-regex argument, so switch to 'grep
    -F' instead of '-E'.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initscripts/init-system-helpers_1.63.bb [moved from meta/recipes-core/initscripts/init-system-helpers_1.62.bb with 96% similarity]