From b95d50f6ed6bf21d48c4cd22ffe9e8edc1480135 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 4 Aug 2021 11:00:51 -0700 Subject: [PATCH] distrooverrides.bbclass: Correct override syntax Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- meta/classes/distrooverrides.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.1