summaryrefslogtreecommitdiffstats
path: root/meta/classes-recipe/update-alternatives.bbclass
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2023-02-08 01:01:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-02-09 09:57:24 +0000
commit184308335e4669559796cea36b15014d5a07a202 (patch)
tree9ff85bd87cfc63e3f5029cdee69437ddb13b7c2c /meta/classes-recipe/update-alternatives.bbclass
parent50bfef53582e32b932b5762239c665aabc59d9ab (diff)
downloadpoky-184308335e4669559796cea36b15014d5a07a202.tar.gz
update-alternatives: fix typos
(From OE-Core rev: d3ca05b072c152b76a86edaaddebabdef312ea95) Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/update-alternatives.bbclass')
-rw-r--r--meta/classes-recipe/update-alternatives.bbclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes-recipe/update-alternatives.bbclass b/meta/classes-recipe/update-alternatives.bbclass
index 55e0b954d6..36a7497fec 100644
--- a/meta/classes-recipe/update-alternatives.bbclass
+++ b/meta/classes-recipe/update-alternatives.bbclass
@@ -5,7 +5,7 @@
5# 5#
6 6
7# This class is used to help the alternatives system which is useful when 7# This class is used to help the alternatives system which is useful when
8# multiple sources provide same command. You can use update-alternatives 8# multiple sources provide the same command. You can use update-alternatives
9# command directly in your recipe, but in most cases this class simplifies 9# command directly in your recipe, but in most cases this class simplifies
10# that job. 10# that job.
11# 11#
@@ -35,7 +35,7 @@
35# A non-default link to create for a target 35# A non-default link to create for a target
36# ALTERNATIVE_TARGET[name] = "target" 36# ALTERNATIVE_TARGET[name] = "target"
37# 37#
38# This is the name of the binary as it's been install by do_install 38# This is the name of the binary as it's been installed by do_install
39# i.e. ALTERNATIVE_TARGET[sh] = "/bin/bash" 39# i.e. ALTERNATIVE_TARGET[sh] = "/bin/bash"
40# 40#
41# A package specific link for a target 41# A package specific link for a target
@@ -68,7 +68,7 @@ ALTERNATIVE_PRIORITY = "10"
68 68
69# We need special processing for vardeps because it can not work on 69# We need special processing for vardeps because it can not work on
70# modified flag values. So we aggregate the flags into a new variable 70# modified flag values. So we aggregate the flags into a new variable
71# and include that vairable in the set. 71# and include that variable in the set.
72UPDALTVARS = "ALTERNATIVE ALTERNATIVE_LINK_NAME ALTERNATIVE_TARGET ALTERNATIVE_PRIORITY" 72UPDALTVARS = "ALTERNATIVE ALTERNATIVE_LINK_NAME ALTERNATIVE_TARGET ALTERNATIVE_PRIORITY"
73 73
74PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native" 74PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native"