summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"