Files
poky/meta/recipes-core
Andrei Gherzan 48ba352755 initscripts: Fix populate-volatile.sh bug when file/dir exists
The blocks which test for entry exitence (file or directory) use a
`A && B || C` syntax. This form is not behaving as a if-then-else block
even the code logic assumes that. C may run when A is true which breaks
the case where VERBOSE is 'no' but the file/directory exists.

Along with fixing these specific issues, this patch fixes the other
instances where blocks of form `A && B || C` are used as if-then-else.

(From OE-Core rev: 1b9ea22acb66554925720e04cf24100664234574)

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-27 10:37:58 +01:00
..
2020-07-12 12:21:47 +01:00
2020-07-03 20:17:29 +01:00
2020-06-23 12:31:02 +01:00
2020-07-22 12:45:56 +01:00
2019-01-08 11:16:44 +00:00
2020-06-04 13:27:31 +01:00
2020-01-27 16:48:10 +00:00
2018-09-04 11:03:55 +01:00
2020-05-19 22:57:27 +01:00
2020-07-19 16:20:54 +01:00
2020-03-06 08:19:18 +00:00
2019-12-28 23:25:41 +00:00
2019-03-29 08:28:52 +00:00