[oe-commits] Aloisio Almeida Jr : bash-noemu_3.2, binutils-noemu_2.17 and gcc-noemu_4.1. 1: Adding RCONFLICTS and RREPLACES

GIT User account git at amethyst.openembedded.net
Thu Oct 23 21:34:44 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fbd65fa8bb681ef80b6a67408e7c3fcbca3c1570
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fbd65fa8bb681ef80b6a67408e7c3fcbca3c1570

Author: Aloisio Almeida Jr <aloisio.almeida at openbosssa.org>
Date:   Thu Jul 24 18:38:30 2008 -0300

bash-noemu_3.2, binutils-noemu_2.17 and gcc-noemu_4.1.1: Adding RCONFLICTS and RREPLACES

---

 packages/mamona/bash-noemu_3.2.bb             |    3 +++
 packages/mamona/binutils-noemu_2.17.50.0.5.bb |    3 +++
 packages/mamona/gcc-noemu_4.1.1.bb            |    3 +++
 3 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/packages/mamona/bash-noemu_3.2.bb b/packages/mamona/bash-noemu_3.2.bb
index c638b03..5ff66f9 100644
--- a/packages/mamona/bash-noemu_3.2.bb
+++ b/packages/mamona/bash-noemu_3.2.bb
@@ -1,6 +1,9 @@
 require ../bash/bash.inc
 PR = "r1"
 
+RCONFLICTS = "bash"
+RREPLACES = "bash"
+
 SRC_URI = "${GNU_MIRROR}/bash/bash-${PV}.tar.gz \
            file://001-005.patch;patch=1"
 
diff --git a/packages/mamona/binutils-noemu_2.17.50.0.5.bb b/packages/mamona/binutils-noemu_2.17.50.0.5.bb
index cefc2af..679768b 100644
--- a/packages/mamona/binutils-noemu_2.17.50.0.5.bb
+++ b/packages/mamona/binutils-noemu_2.17.50.0.5.bb
@@ -2,6 +2,9 @@ require ../binutils/binutils.inc
 
 PR = "r1"
 
+RCONFLICTS = "binutils"
+RREPLACES = "binutils"
+
 SRC_URI = \
     "${KERNELORG_MIRROR}/pub/linux/devel/binutils/binutils-${PV}.tar.bz2 \
      file://binutils-2.16.91.0.6-objcopy-rename-errorcode.patch;patch=1 \
diff --git a/packages/mamona/gcc-noemu_4.1.1.bb b/packages/mamona/gcc-noemu_4.1.1.bb
index fbf1b0d..1582598 100644
--- a/packages/mamona/gcc-noemu_4.1.1.bb
+++ b/packages/mamona/gcc-noemu_4.1.1.bb
@@ -4,6 +4,9 @@ HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
 LICENSE = "GPL"
 
+RCONFLICTS = "gcc"
+RREPLACES = "gcc"
+
 inherit autotools gettext
 
 require gcc-package-noemu.inc





More information about the Openembedded-commits mailing list