diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-22 23:26:27 +0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-06-22 23:26:27 +0400 |
commit | 0dcaad77742245477b34542b49c66e91d16a147d (patch) | |
tree | 39d249bcd89e10b7536a887722e78a354d8c7801 /recipes/gcc/gcc-4.2.2.inc | |
parent | 0319a593f77ce050606bc3aa469f607ae1b69870 (diff) | |
parent | adb9174a2feaf3718b72256adc35580313f328c7 (diff) |
Merge branch 'org.openembedded.dev' of git://git.openembedded.org/openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/gcc/gcc-4.2.2.inc')
-rw-r--r-- | recipes/gcc/gcc-4.2.2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gcc/gcc-4.2.2.inc b/recipes/gcc/gcc-4.2.2.inc index 7bb17cefed..fcebabc112 100644 --- a/recipes/gcc/gcc-4.2.2.inc +++ b/recipes/gcc/gcc-4.2.2.inc @@ -3,6 +3,8 @@ LICENSE = "GPLv3" DEPENDS = "mpfr gmp" +INC_PR = "r14" + SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://100-uclibc-conf.patch;patch=1 \ file://103-uclibc-conf-noupstream.patch;patch=1 \ |