Files
meta-openembedded/meta-oe/recipes-extended
Chen Qi 26b9ab59fc 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: Armin Kuster <akuster808@gmail.com>
2023-06-15 08:31:05 -04:00
..
2022-04-11 08:52:55 -07:00
2023-04-13 08:26:30 -04:00
2023-04-04 09:04:45 -04:00
2022-04-19 09:45:38 -07:00
2022-04-11 07:46:51 -07:00
2022-05-03 06:49:08 -07:00
2021-08-03 10:21:25 -07:00
2023-03-22 07:32:56 -04:00
2022-03-29 08:28:38 -07:00
2022-04-12 09:28:25 -07:00
2022-01-12 09:35:18 -08:00
2021-08-03 10:21:25 -07:00
2022-04-14 19:42:10 -07:00
2022-03-26 18:15:11 -07:00
2022-10-04 15:46:54 -04:00
2023-06-15 08:31:05 -04:00
2022-03-24 09:45:25 -07:00
2022-07-21 07:36:05 -07:00
2022-05-17 05:57:10 -07:00
2022-07-21 07:17:15 -07:00
2022-07-21 07:17:15 -07:00
2022-03-24 09:45:25 -07:00
2021-08-03 10:21:25 -07:00
2022-01-12 09:35:18 -08:00
2021-08-03 10:21:25 -07:00