summaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils/aufs-util
diff options
context:
space:
mode:
authorMichal Sieron <michalwsieron@gmail.com>2026-03-29 23:37:04 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-01 13:16:37 -0700
commitc777ee6ce7f32879cc617b0b97ba172dc735b773 (patch)
treea38b05f624a73f6ee116c33a8ff4edda5314ebbb /meta-filesystems/recipes-utils/aufs-util
parent4f2cc704e524089bd9184c41879e2cdaa40b86e5 (diff)
downloadmeta-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.bb2
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
66RRECOMMENDS:${PN}:class-target += "kernel-module-aufs" 66RRECOMMENDS:${PN}:append:class-target = " kernel-module-aufs"
67 67
68BBCLASSEXTEND = "native" 68BBCLASSEXTEND = "native"