Pavel Zhukov
0010d9fbd2
systemd.bbclass: Check for existence of the symlink too
...
If the packages' service file is a link to parameterized service file
provided by different package [1] then link is dangling link at
do_package stage and os.path.exists(path) returns False even if the link
exists. Replace os.path.exists with lexists to fix this issue.
[1]
An example:
Package A provides myservice@.service
Package B depends and rdepends on A and provides:
myservice@B.service -> myservice@.service
(From OE-Core rev: e2b638dcd6b7c51f7ee2cd4bc051d6b12e642d6c)
Signed-off-by: Pavel Zhukov <pavel@zhukoff.net >
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org >
2024-02-10 14:13:24 +00:00
..
2024-01-18 10:15:58 +00:00
2024-01-12 11:54:05 +00:00
2024-01-18 10:15:58 +00:00
2023-10-30 08:50:46 +00:00
2023-08-21 16:15:35 +01:00
2023-12-09 19:17:11 +00:00
2023-04-06 14:28:59 +01:00
2023-12-09 19:17:11 +00:00
2023-12-13 11:58:15 +00:00
2024-02-02 10:38:28 +00:00
2023-09-02 11:47:50 +01:00
2023-01-26 21:06:57 +00:00
2023-05-04 12:37:00 +01:00
2023-08-24 16:50:24 +01:00
2023-09-20 23:51:11 +01:00
2023-01-26 22:22:53 +00:00
2023-08-21 11:34:12 +01:00
2022-09-28 08:01:10 +01:00
2024-01-18 10:15:58 +00:00
2023-11-20 15:30:52 +00:00
2023-05-22 10:53:48 +01:00
2023-10-19 13:26:05 +01:00
2024-01-19 12:21:22 +00:00
2024-01-19 12:21:22 +00:00
2024-01-12 11:54:05 +00:00
2022-09-29 08:05:24 +01:00
2024-01-18 10:15:58 +00:00
2023-12-23 08:46:00 +00:00
2023-06-29 11:28:32 +01:00
2023-09-09 22:14:41 +01:00
2023-12-23 08:46:00 +00:00
2024-01-18 10:15:58 +00:00
2023-11-22 14:08:48 +00:00
2023-03-22 13:53:29 +00:00
2023-06-29 11:28:32 +01:00
2023-09-28 12:37:47 +01:00
2023-07-10 11:36:34 +01:00
2023-03-01 21:29:31 +00:00
2023-11-09 16:57:26 +00:00
2024-01-18 10:15:58 +00:00
2023-07-25 15:27:33 +01:00
2023-03-23 22:36:46 +00:00
2023-09-20 23:51:11 +01:00
2023-07-25 15:27:33 +01:00
2023-05-31 16:53:04 +01:00
2024-01-18 10:15:58 +00:00
2023-03-08 10:21:05 +00:00
2023-03-23 22:36:46 +00:00
2024-01-12 11:54:05 +00:00
2023-07-25 15:27:33 +01:00
2023-06-19 13:18:56 +01:00
2023-09-28 12:37:47 +01:00
2024-01-26 16:41:25 +00:00
2023-12-23 08:46:00 +00:00
2023-06-29 11:10:39 +01:00
2023-09-09 22:14:41 +01:00
2022-10-26 12:28:37 +01:00
2024-01-18 10:15:58 +00:00
2023-05-04 12:34:30 +01:00
2024-01-18 10:15:58 +00:00
2023-11-08 11:00:09 +00:00
2023-12-08 16:58:34 +00:00
2024-02-08 10:59:06 +00:00
2023-09-22 07:45:17 +01:00
2024-01-19 12:21:22 +00:00
2023-05-05 11:07:25 +01:00
2023-06-02 14:41:50 +01:00
2023-12-17 19:07:21 +00:00
2023-01-13 17:32:46 +00:00
2023-07-25 15:27:33 +01:00
2024-01-09 22:59:28 +00:00
2023-10-23 10:49:19 +01:00
2024-01-18 10:15:58 +00:00
2023-07-10 11:36:34 +01:00
2024-01-26 16:06:29 +00:00
2023-09-09 22:14:41 +01:00
2023-12-09 19:17:11 +00:00
2023-09-07 07:53:51 +01:00
2023-02-04 17:02:10 +00:00
2022-12-07 14:56:54 +00:00
2023-04-04 13:11:50 +01:00
2024-01-15 21:42:15 +00:00
2023-09-26 10:35:28 +01:00
2024-02-10 14:13:24 +00:00
2023-06-29 10:57:27 +01:00
2024-02-08 10:59:06 +00:00
2023-03-11 00:08:41 +00:00
2024-02-08 17:54:47 +00:00
2023-10-05 21:09:10 +01:00
2024-02-08 17:54:47 +00:00
2023-05-03 07:33:18 +01:00
2023-01-12 23:08:58 +00:00
2024-01-12 11:54:05 +00:00