diff options
Diffstat (limited to 'meta/classes/package_rpm.bbclass')
| -rw-r--r-- | meta/classes/package_rpm.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/package_rpm.bbclass b/meta/classes/package_rpm.bbclass index 8fd068525b..264438b442 100644 --- a/meta/classes/package_rpm.bbclass +++ b/meta/classes/package_rpm.bbclass | |||
| @@ -645,6 +645,8 @@ python write_specfile () { | |||
| 645 | 645 | ||
| 646 | specfile.close() | 646 | specfile.close() |
| 647 | } | 647 | } |
| 648 | # Otherwise allarch packages may change depending on override configuration | ||
| 649 | write_specfile[vardepsexclude] = "OVERRIDES" | ||
| 648 | 650 | ||
| 649 | python do_package_rpm () { | 651 | python do_package_rpm () { |
| 650 | # We need a simple way to remove the MLPREFIX from the package name, | 652 | # We need a simple way to remove the MLPREFIX from the package name, |
