mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
volatile-binds: Change DefaultDependencies from false to no
The systemd-unit parameter DefaultDependencies changed from true/false to yes/no. This changed in systemd in v242. (From OE-Core rev: 371a8e2b0b0a3a2febe1d8d6ce65f258a15f6b1f) Signed-off-by: Portia Stephens <stephensportia@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit add4dcb03dc7b034253db05f0023cb97cab8b26d) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[Unit]
|
[Unit]
|
||||||
Description=Bind mount volatile @where@
|
Description=Bind mount volatile @where@
|
||||||
DefaultDependencies=false
|
DefaultDependencies=no
|
||||||
Before=local-fs.target
|
Before=local-fs.target
|
||||||
RequiresMountsFor=@whatparent@ @whereparent@
|
RequiresMountsFor=@whatparent@ @whereparent@
|
||||||
ConditionPathIsReadWrite=@whatparent@
|
ConditionPathIsReadWrite=@whatparent@
|
||||||
|
|||||||
Reference in New Issue
Block a user