summaryrefslogtreecommitdiffstats
path: root/meta/classes/distrooverrides.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-08-04 11:00:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-05 08:51:17 +0100
commitb95d50f6ed6bf21d48c4cd22ffe9e8edc1480135 (patch)
treeda80dac81a1ded0a47acfe12103729b037722481 /meta/classes/distrooverrides.bbclass
parent218117b0947e0dff977cf7ce508ed34382e3cf49 (diff)
downloadopenembedded-core-contrib-b95d50f6ed6bf21d48c4cd22ffe9e8edc1480135.tar.gz
distrooverrides.bbclass: Correct override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes/distrooverrides.bbclass')
-rw-r--r--meta/classes/distrooverrides.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/distrooverrides.bbclass b/meta/classes/distrooverrides.bbclass
index c172a348d8..bf3a2b2090 100644
--- a/meta/classes/distrooverrides.bbclass
+++ b/meta/classes/distrooverrides.bbclass
@@ -6,7 +6,7 @@
# This makes it simpler to write .bbappends that only change the
# task signatures of the recipe if the change is really enabled,
# for example with:
-# do_install:append_df-my-feature () { ... }
+# do_install:append:df-my-feature () { ... }
# where "my-feature" is a DISTRO_FEATURE.
#
# The class is meant to be used in a layer.conf or distro