]> code.ossystems Code Review - openembedded-core.git/commitdiff
systemd: Upgrade v246 -> v246.1
authorAlex Kiernan <alex.kiernan@gmail.com>
Thu, 20 Aug 2020 10:20:40 +0000 (10:20 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 21 Aug 2020 13:29:06 +0000 (14:29 +0100)
Commits:

  972391ac396f fix typo in systemctl help
  443aacfcda39 man: clarify that LogNamespace= is for system services only
  5aec8fe54e47 _sd-common.h: avoid parsing errors with Coverity
  f9ad4ea2ca06 analyze: fix 'cat-config systemd/zram-generator.conf'
  dda6fec1dfc7 man: describe that changing Storage= does not move existing data
  2bbd33e476ac core: reset bus error before reuse
  b81504a3c76b nspawn: Fix incorrect usage of putenv
  cb263973acf8 man: fix typo in systemd.service
  73b432e7ef21 network: fix DHCPv6 Prefix Delegation example after option rename

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/systemd/systemd-boot_246.1.bb [moved from meta/recipes-core/systemd/systemd-boot_246.bb with 100% similarity]
meta/recipes-core/systemd/systemd-conf_246.1.bb [moved from meta/recipes-core/systemd/systemd-conf_246.bb with 100% similarity]
meta/recipes-core/systemd/systemd.inc
meta/recipes-core/systemd/systemd_246.1.bb [moved from meta/recipes-core/systemd/systemd_246.bb with 100% similarity]

index 8ce78efbbde4599d8bfc5e2427eed966087bb2cd..25f80ff237a270ed00210a466ccbac50455fa459 100644 (file)
@@ -14,7 +14,7 @@ LICENSE = "GPLv2 & LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \
                     file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
 
-SRCREV = "5c68ad14af6c89261f31f0abb4850fb1c99e8cfd"
+SRCREV = "7fb880ddf101b871f68aae0d86db652e2c13c5db"
 SRCBRANCH = "v246-stable"
 SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}"