summaryrefslogtreecommitdiffstats
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:53:41 +0100
commitd935d5db42dd855d08cc799a4f7efe2a6022e75d (patch)
treea25203427664b2ddb99ca56f2e42df875ddc4209
parent3d627261711a93e8acc6d5b04eddb60257fd8646 (diff)
downloadpoky-d935d5db42dd855d08cc799a4f7efe2a6022e75d.tar.gz
distrooverrides.bbclass: Correct override syntax
(From OE-Core rev: b95d50f6ed6bf21d48c4cd22ffe9e8edc1480135) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 @@
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