diff options
Diffstat (limited to 'recipes/mamona/gcc-noemu_4.1.1.bb')
-rw-r--r-- | recipes/mamona/gcc-noemu_4.1.1.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/mamona/gcc-noemu_4.1.1.bb b/recipes/mamona/gcc-noemu_4.1.1.bb index bd00ee1fa7..cc366d6aae 100644 --- a/recipes/mamona/gcc-noemu_4.1.1.bb +++ b/recipes/mamona/gcc-noemu_4.1.1.bb @@ -1,11 +1,11 @@ -PR = "r14" +PR = "r15" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" LICENSE = "GPL" -RCONFLICTS = "gcc" -RREPLACES = "gcc" +RCONFLICTS_${PN} = "gcc" +RREPLACES_${PN} = "gcc" inherit autotools gettext |