diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-31 08:19:42 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-08-31 08:19:42 +0000 |
commit | 206a23724ba99ca1cfb6e22a756f7cb698ef63de (patch) | |
tree | e59c9af07d75935d9318e8b2b1819f8b941236a4 /packages/gcc/gcc-cross_4.1.2.bb | |
parent | 295f0eb481ce73f976bc46031fa33551375d77cf (diff) | |
parent | ef0916b547e87abe7f5fb80fbba8273fad7de3c5 (diff) |
merge of '2d89d48451ccb04cdcce8533e88ab183e6fd5bbc'
and 'd7c8a05b1dc7e5260900eea102e2e2aa5202e740'
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb index 9433c237f4..a9e4a0ddc2 100644 --- a/packages/gcc/gcc-cross_4.1.2.bb +++ b/packages/gcc/gcc-cross_4.1.2.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 = "r5" +PR = "r4" DEPENDS = "virtual/${TARGET_PREFIX}binutils virtual/${TARGET_PREFIX}libc-for-gcc gmp-native mpfr-native" PROVIDES = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}g++" |