diff options
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/update-alternatives.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/update-alternatives.bbclass b/meta/classes/update-alternatives.bbclass index a90ef19e45..ca7fe43417 100644 --- a/meta/classes/update-alternatives.bbclass +++ b/meta/classes/update-alternatives.bbclass | |||
@@ -65,6 +65,8 @@ ALTERNATIVE_PRIORITY = "10" | |||
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 | ||
68 | PACKAGE_WRITE_DEPS += "virtual/update-alternatives-native" | ||
69 | |||
68 | def gen_updatealternativesvardeps(d): | 70 | def gen_updatealternativesvardeps(d): |
69 | pkgs = (d.getVar("PACKAGES") or "").split() | 71 | pkgs = (d.getVar("PACKAGES") or "").split() |
70 | vars = (d.getVar("UPDALTVARS") or "").split() | 72 | vars = (d.getVar("UPDALTVARS") or "").split() |