[oe-commits] org.oe.dev gcc(-cross): bump PR so that OE picks up the fixed gcc and gcc-cross packages.

mwester commit openembedded-commits at lists.openembedded.org
Sun Nov 25 19:03:54 UTC 2007


gcc(-cross): bump PR so that OE picks up the fixed gcc and gcc-cross packages.

Author: mwester at openembedded.org
Branch: org.openembedded.dev
Revision: d1405d37b57316e56826c15ad9770b0ae3e31f7d
ViewMTN: http://monotone.openembedded.org/revision/info/d1405d37b57316e56826c15ad9770b0ae3e31f7d
Files:
1
packages/gcc/gcc-cross_4.1.2.bb
packages/gcc/gcc_4.1.2.bb
Diffs:

#
# mt diff -rdf9f0effbff48dfa718df15f737c0e4c65fb49ca -rd1405d37b57316e56826c15ad9770b0ae3e31f7d
#
# 
# 
# patch "packages/gcc/gcc-cross_4.1.2.bb"
#  from [83f877f5f2ae3f14b9bf2a68b64d508fd1835087]
#    to [08a75f7777c10e0526242d4021330547bddfd7d3]
# 
# patch "packages/gcc/gcc_4.1.2.bb"
#  from [f83d37a6eb350627b87317b6e2b770377361267e]
#    to [68eac9378be7e37e7c220f6cc6c2e8e2918b3821]
# 
============================================================
--- packages/gcc/gcc-cross_4.1.2.bb	83f877f5f2ae3f14b9bf2a68b64d508fd1835087
+++ packages/gcc/gcc-cross_4.1.2.bb	08a75f7777c10e0526242d4021330547bddfd7d3
@@ -5,7 +5,7 @@ FILESDIR = "${@os.path.dirname(bb.data.g
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
 # NOTE: split PR.  If the main .bb changes something that affects its *build*
 # remember to increment this one too.
-PR = "r11"
+PR = "r12"
 
 DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native"
 PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++"
============================================================
--- packages/gcc/gcc_4.1.2.bb	f83d37a6eb350627b87317b6e2b770377361267e
+++ packages/gcc/gcc_4.1.2.bb	68eac9378be7e37e7c220f6cc6c2e8e2918b3821
@@ -1,10 +1,10 @@ LICENSE = "GPL"
 DESCRIPTION = "The GNU cc and gcc C compilers."
 HOMEPAGE = "http://www.gnu.org/software/gcc/"
 SECTION = "devel"
 LICENSE = "GPL"
 # NOTE: split PR.  If the main .bb changes something that affects its *build*
 # remember to increment the -cross .bb PR too.
-PR = "r8"
+PR = "r9"
 
 inherit autotools gettext
 






More information about the Openembedded-commits mailing list