]> code.ossystems Code Review - openembedded-core.git/commitdiff
distrooverrides.bbclass: Correct override syntax
authorKhem Raj <raj.khem@gmail.com>
Wed, 4 Aug 2021 18:00:51 +0000 (11:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 5 Aug 2021 07:51:17 +0000 (08:51 +0100)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distrooverrides.bbclass

index c172a348d8b7e05b4fb9b5efedaa64c734eefba1..bf3a2b2090e55243508c4092170acdbf0a559c82 100644 (file)
@@ -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