From: Aloisio Almeida Jr Date: Thu, 24 Jul 2008 21:38:30 +0000 (-0300) Subject: bash-noemu_3.2, binutils-noemu_2.17 and gcc-noemu_4.1.1: Adding RCONFLICTS and RREPLACES X-Git-Tag: Release-2010-05/1~5696^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbd65fa8bb681ef80b6a67408e7c3fcbca3c1570;p=openembedded.git bash-noemu_3.2, binutils-noemu_2.17 and gcc-noemu_4.1.1: Adding RCONFLICTS and RREPLACES --- diff --git a/packages/mamona/bash-noemu_3.2.bb b/packages/mamona/bash-noemu_3.2.bb index c638b038fc..5ff66f910c 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 cefc2af1c4..679768bfb5 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 fbf1b0dd46..15825980ef 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