diff options
-rw-r--r-- | meta/classes/distrooverrides.bbclass | 2 |
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 @@ | |||
6 | # This makes it simpler to write .bbappends that only change the | 6 | # This makes it simpler to write .bbappends that only change the |
7 | # task signatures of the recipe if the change is really enabled, | 7 | # task signatures of the recipe if the change is really enabled, |
8 | # for example with: | 8 | # for example with: |
9 | # do_install:append_df-my-feature () { ... } | 9 | # do_install:append:df-my-feature () { ... } |
10 | # where "my-feature" is a DISTRO_FEATURE. | 10 | # where "my-feature" is a DISTRO_FEATURE. |
11 | # | 11 | # |
12 | # The class is meant to be used in a layer.conf or distro | 12 | # The class is meant to be used in a layer.conf or distro |