From: Khem Raj Date: Wed, 4 Aug 2021 18:00:51 +0000 (-0700) Subject: distrooverrides.bbclass: Correct override syntax X-Git-Tag: uninative-3.3~75 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b95d50f6ed6bf21d48c4cd22ffe9e8edc1480135;p=openembedded-core.git distrooverrides.bbclass: Correct override syntax Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- 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