Chen Qi 3c9494fb77 redis: use the files path correctly
Recipes are not expected to set FILESPATH directly, they are
expected to use FILESEXTRAPATH.

I can see the seting of FILESPATH in this recipe only wants to
find redis-7 specific patches and files. This could be easily achieved by
using redis-7.0.11/ directory to hold all those files.

Using FILESPATH in this way removes the possibility of overriding
some files (e.g., the redis service file) from other layers via
FILESEXTRAPATH:prepend, which is kind of a common practice and is
actually working for basically all other recipes.

This is because we have:
meta/classes-global/base.bbclass:FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}"
And FILESEXTRAPATH is handled in base_set_filespath.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-06-14 09:41:35 -07:00
..
2023-03-04 10:41:27 -08:00
2023-02-18 13:19:36 -08:00
2023-02-13 00:55:16 -08:00
2023-04-01 08:55:06 -07:00
2022-04-19 09:45:38 -07:00
2022-04-11 07:46:51 -07:00
2022-04-25 11:00:43 -07:00
2023-05-23 15:04:38 -07:00
2023-04-10 09:39:38 -07:00
2022-08-15 16:27:53 -07:00
2022-10-03 10:26:21 -07:00
2023-05-20 00:45:51 -07:00
2023-05-11 07:18:59 -07:00
2023-04-02 10:41:04 -07:00
2023-05-26 18:36:56 -07:00
2023-06-14 09:41:35 -07:00
2023-04-30 23:05:52 -07:00
2023-03-22 09:12:40 -07:00
2022-10-28 10:05:38 -07:00
2023-03-09 09:10:52 -08:00
2023-05-28 16:35:00 -07:00
2023-04-10 09:39:38 -07:00
2023-04-19 08:10:45 -07:00
2022-07-19 18:38:44 -07:00
2023-02-24 08:45:44 -08:00
2023-04-24 19:49:41 -07:00
2023-06-14 09:41:35 -07:00
2023-01-26 10:24:25 -08:00
2022-10-24 09:56:33 -07:00
2023-01-27 17:06:52 -08:00
2023-05-26 08:28:37 -07:00
2023-02-02 20:29:12 -08:00
2023-02-10 13:48:53 -08:00
2022-08-23 19:12:52 -07:00
2021-08-03 10:21:25 -07:00