diff options
-rw-r--r-- | meta/lib/oe/package_manager.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/lib/oe/package_manager.py b/meta/lib/oe/package_manager.py index b0660411ea..c055d2b0f7 100644 --- a/meta/lib/oe/package_manager.py +++ b/meta/lib/oe/package_manager.py | |||
@@ -805,8 +805,6 @@ class RpmPM(PackageManager): | |||
805 | open(platformconfdir + "macros", 'w').write("%_transaction_color 7\n") | 805 | open(platformconfdir + "macros", 'w').write("%_transaction_color 7\n") |
806 | if self.d.getVar('RPM_PREFER_ELF_ARCH'): | 806 | if self.d.getVar('RPM_PREFER_ELF_ARCH'): |
807 | open(platformconfdir + "macros", 'a').write("%%_prefer_color %s" % (self.d.getVar('RPM_PREFER_ELF_ARCH'))) | 807 | open(platformconfdir + "macros", 'a').write("%%_prefer_color %s" % (self.d.getVar('RPM_PREFER_ELF_ARCH'))) |
808 | else: | ||
809 | open(platformconfdir + "macros", 'a').write("%_prefer_color 7") | ||
810 | 808 | ||
811 | if self.d.getVar('RPM_SIGN_PACKAGES') == '1': | 809 | if self.d.getVar('RPM_SIGN_PACKAGES') == '1': |
812 | signer = get_signer(self.d, self.d.getVar('RPM_GPG_BACKEND')) | 810 | signer = get_signer(self.d, self.d.getVar('RPM_GPG_BACKEND')) |