bash-noemu_3.2, binutils-noemu_2.17 and gcc-noemu_4.1.1: Adding RCONFLICTS and RREPLACES
authorAloisio Almeida Jr <aloisio.almeida@openbosssa.org>
Thu, 24 Jul 2008 21:38:30 +0000 (18:38 -0300)
committerRodrigo Vivi <rodrigo.vivi@openbossa.org>
Thu, 23 Oct 2008 20:54:04 +0000 (17:54 -0300)
packages/mamona/bash-noemu_3.2.bb
packages/mamona/binutils-noemu_2.17.50.0.5.bb
packages/mamona/gcc-noemu_4.1.1.bb

index c638b03..5ff66f9 100644 (file)
@@ -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"
 
index cefc2af..679768b 100644 (file)
@@ -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 \
index fbf1b0d..1582598 100644 (file)
@@ -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