diff options
| author | Ulrich Ölmann <u.oelmann@pengutronix.de> | 2023-02-08 01:01:55 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-02-24 16:41:51 +0000 |
| commit | a707115995de96036ea6546f3fcb52d74a28ab5f (patch) | |
| tree | 84eea88d43126150a0af5f5fefce3f2723531434 /meta/classes-recipe | |
| parent | 03759a65ce02988f48b8c3e70c83a6170810a78c (diff) | |
| download | poky-a707115995de96036ea6546f3fcb52d74a28ab5f.tar.gz | |
update-alternatives: fix typos
(From OE-Core rev: 5dab1edf6df6eaba59c3c6a996ca19213e0a4743)
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit d3ca05b072c152b76a86edaaddebabdef312ea95)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
| -rw-r--r-- | meta/classes-recipe/update-alternatives.bbclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/classes-recipe/update-alternatives.bbclass b/meta/classes-recipe/update-alternatives.bbclass index 970d9bcd45..f34cc6bc19 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. |
| 72 | UPDALTVARS = "ALTERNATIVE ALTERNATIVE_LINK_NAME ALTERNATIVE_TARGET ALTERNATIVE_PRIORITY" | 72 | UPDALTVARS = "ALTERNATIVE ALTERNATIVE_LINK_NAME ALTERNATIVE_TARGET ALTERNATIVE_PRIORITY" |
| 73 | 73 | ||
| 74 | PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native" | 74 | PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native" |
