diff options
Diffstat (limited to 'meta/classes/update-alternatives.bbclass')
-rw-r--r-- | meta/classes/update-alternatives.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/update-alternatives.bbclass b/meta/classes/update-alternatives.bbclass index a3c1657fa9..825cc88043 100644 --- a/meta/classes/update-alternatives.bbclass +++ b/meta/classes/update-alternatives.bbclass | |||
@@ -61,7 +61,7 @@ | |||
61 | ALTERNATIVE_PRIORITY = "10" | 61 | ALTERNATIVE_PRIORITY = "10" |
62 | 62 | ||
63 | # We need special processing for vardeps because it can not work on | 63 | # We need special processing for vardeps because it can not work on |
64 | # modified flag values. So we agregate the flags into a new variable | 64 | # modified flag values. So we aggregate the flags into a new variable |
65 | # and include that vairable in the set. | 65 | # and include that vairable in the set. |
66 | UPDALTVARS = "ALTERNATIVE ALTERNATIVE_LINK_NAME ALTERNATIVE_TARGET ALTERNATIVE_PRIORITY" | 66 | UPDALTVARS = "ALTERNATIVE ALTERNATIVE_LINK_NAME ALTERNATIVE_TARGET ALTERNATIVE_PRIORITY" |
67 | 67 | ||