Go to file
Chen Qi edd072f647 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:10:11 -04:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems zfs: fix installation paths for multilib 2023-05-16 07:30:12 -04:00
meta-gnome gimp: Fix buildpaths in binaries and scripts 2023-05-28 16:37:58 -04:00
meta-initramfs meta-openemnedded: Add myself as mickledore maintainer 2023-04-09 08:52:55 -07:00
meta-multimedia x265: Pass --debug-prefix-map to nasm 2023-05-28 16:42:01 -04:00
meta-networking wireshark: Fix CVE-2023-2858 & CVE-2023-2879 2023-06-15 08:04:00 -04:00
meta-oe redis: use the files path correctly 2023-06-15 08:10:11 -04:00
meta-perl libencode-perl: Remove buildpaths from generated .exh files 2023-05-28 15:56:55 -04:00
meta-python python3-gcovr: Add missing runtime dependency 2023-05-07 12:23:40 -04:00
meta-webserver apache2: upgrade 2.4.56 -> 2.4.57 2023-05-07 12:16:20 -04:00
meta-xfce meta-openemnedded: Add myself as mickledore maintainer 2023-04-09 08:52:55 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README meta-openemnedded: Add myself as mickledore maintainer 2023-04-09 08:52:55 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Armin Kuster <akuster808@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories