diff options
author | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-11-05 15:03:43 +0000 |
---|---|---|
committer | Stelios Koroneos <skoroneos@digital-opsis.com> | 2007-11-05 15:03:43 +0000 |
commit | d6199e5f3be8776551c289472f6593b02d74474a (patch) | |
tree | e0ba2847de70df6ac1283d2aaf07ed0bf58a206c /packages/gcc/gcc-cross_4.1.1.bb | |
parent | 7c2d86859defc62e0e79165d706e0dc7c3ee5458 (diff) |
packages/gcc/gcc_4.1.1.bb : Add mpc8323e patches
Bump PR in gcc,gcc-cross and gcc-cross-sdk
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.1.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.1.bb b/packages/gcc/gcc-cross_4.1.1.bb index 8a66ce250e..a817eb3a84 100644 --- a/packages/gcc/gcc-cross_4.1.1.bb +++ b/packages/gcc/gcc-cross_4.1.1.bb @@ -5,7 +5,7 @@ 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* # remember to increment this one too. -PR = "r15" +PR = "r16" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |