To fix some multilib issues, change the way the RPM backend decides if two packages can coexist: if they have a different architecture, automatically assume that they can coexist (which is fundamental for multilib). Upstream-Status: Pending Signed-off-by: Bogdan Marinescu diff --git a/smart/backends/rpm/base.py b/smart/backends/rpm/base.py index 6e83d40..7140c1b 100644 --- a/smart/backends/rpm/base.py +++ b/smart/backends/rpm/base.py @@ -228,6 +228,8 @@ class RPMPackage(Package): return False selfver, selfarch = splitarch(self.version) otherver, otherarch = splitarch(other.version) + if selfarch != otherarch: + return True selfcolor = getArchColor(selfarch) othercolor = getArchColor(otherarch) if (selfcolor and othercolor and selfcolor != othercolor and tion value='dizzy'>dizzy Mirror of openembedded-coreMulti-Tech Systems
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-10 12:56:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-10 12:56:29 +0100
commit6a3e57fcd3a172c9b2707510d65741734c98a143 (patch)
treeb00803dd7a3ca343ad01553d86b80ff2dd6945d0
parentc553b3934f45db8a6e77cfc7673787db3cc64f85 (diff)
downloadopenembedded-core-6a3e57fcd3a172c9b2707510d65741734c98a143.tar.gz
openembedded-core-6a3e57fcd3a172c9b2707510d65741734c98a143.tar.bz2
openembedded-core-6a3e57fcd3a172c9b2707510d65741734c98a143.zip
Revert "gcc: rebase the patch to avoid patch rejection"
This reverts commit c553b3934f45db8a6e77cfc7673787db3cc64f85. This change clearly breaks builds since subsequent patches depend on changes this patch removes. Not sure what's going on here but this change isn't correct.
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0060-be.po-da.po-de.po-el.po-es.po-fi.po-fr.po-id.po-ja.p.patch161900
1 files changed, 159525 insertions, 2375 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0060-be.po-da.po-de.po-el.po-es.po-fi.po-fr.po-id.po-ja.p.patch b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0060-be.po-da.po-de.po-el.po-es.po-fi.po-fr.po-id.po-ja.p.patch
index b4c42c731d..82d3cdb53e 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0060-be.po-da.po-de.po-el.po-es.po-fi.po-fr.po-id.po-ja.p.patch
+++ b/meta/recipes-devtools/gcc/gcc-4.6.0/gcc-4_6-branch-backports/0060-be.po-da.po-de.po-el.po-es.po-fi.po-fr.po-id.po-ja.p.patch