diff options
| author | Michal Sieron <michalwsieron@gmail.com> | 2026-03-29 23:37:04 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-01 13:16:37 -0700 |
| commit | c777ee6ce7f32879cc617b0b97ba172dc735b773 (patch) | |
| tree | a38b05f624a73f6ee116c33a8ff4edda5314ebbb /meta-filesystems/recipes-utils/aufs-util | |
| parent | 4f2cc704e524089bd9184c41879e2cdaa40b86e5 (diff) | |
| download | meta-openembedded-c777ee6ce7f32879cc617b0b97ba172dc735b773.tar.gz | |
aufs-util: Convert confusing append to override syntax
While in this case `RRECOMMENDS:class-target +=` wouldn't result in any
unwanted override, there is no guarantee there won't be a change, which
would be hidden by this override. To avoid any surprises in the future
let's use `:append:class-target =` syntax here.
Signed-off-by: Michal Sieron <michalwsieron@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/aufs-util')
| -rw-r--r-- | meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb index 61ec508b43..0abbc9ef50 100644 --- a/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb +++ b/meta-filesystems/recipes-utils/aufs-util/aufs-util_git.bb | |||
| @@ -63,6 +63,6 @@ do_install:class-native () { | |||
| 63 | done | 63 | done |
| 64 | } | 64 | } |
| 65 | 65 | ||
| 66 | RRECOMMENDS:${PN}:class-target += "kernel-module-aufs" | 66 | RRECOMMENDS:${PN}:append:class-target = " kernel-module-aufs" |
| 67 | 67 | ||
| 68 | BBCLASSEXTEND = "native" | 68 | BBCLASSEXTEND = "native" |
