[oe-commits] org.oe.dev gcc-4.1.2: Update PR for gcc(-cross). Mention to update PR of -cross when .bb main changes.

likewise commit openembedded-commits at lists.openembedded.org
Wed Nov 21 19:05:28 UTC 2007


gcc-4.1.2: Update PR for gcc(-cross). Mention to update PR of -cross when .bb main changes.

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

#
# mt diff -r4bdc2a4d00f931838b7ffaee72c2389ca611a006 -rc971ec89c74107b683a418e2b491026999418bc4
#
# 
# 
# patch "packages/gcc/gcc-cross_4.1.2.bb"
#  from [a848d98b3c6945c2d1c6945793cd4c470e593886]
#    to [83f877f5f2ae3f14b9bf2a68b64d508fd1835087]
# 
# patch "packages/gcc/gcc_4.1.2.bb"
#  from [5d66843609a4026f511c1ebaa9df0dfe6f70201b]
#    to [f83d37a6eb350627b87317b6e2b770377361267e]
# 
============================================================
--- packages/gcc/gcc-cross_4.1.2.bb	a848d98b3c6945c2d1c6945793cd4c470e593886
+++ packages/gcc/gcc-cross_4.1.2.bb	83f877f5f2ae3f14b9bf2a68b64d508fd1835087
@@ -1,11 +1,11 @@ FILESDIR = "${@os.path.dirname(bb.data.g
 require gcc_${PV}.bb
 # path mangling, needed by the cross packaging
 require gcc-paths-cross.inc
 inherit cross
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/gcc-${PV}"
-# NOTE: split PR.  If the main .oe changes something that affects its *build*
+# NOTE: split PR.  If the main .bb changes something that affects its *build*
 # remember to increment this one too.
-PR = "r10"
+PR = "r11"
 
 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	5d66843609a4026f511c1ebaa9df0dfe6f70201b
+++ packages/gcc/gcc_4.1.2.bb	f83d37a6eb350627b87317b6e2b770377361267e
@@ -1,8 +1,10 @@
-PR = "r8"
 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"
 
 inherit autotools gettext
 






More information about the Openembedded-commits mailing list