diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-08-18 00:17:52 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-08-23 18:23:30 -0700 |
commit | a0dc330b4abbb31c3c131a4cb1762555e5e109a1 (patch) | |
tree | 04519316f9d3aeeab647a8caffac7aa5b7b2700c /meta/recipes-devtools/gcc | |
parent | e30a104c9c26ab47ba91939b585d113873cfb4c5 (diff) | |
download | poky-a0dc330b4abbb31c3c131a4cb1762555e5e109a1.tar.gz |
recipes: Delete patch=1, its default and replace pnum with striplevel
Some place pnum=1 is used which is removed as well since
striplevel=1 is default
(From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 8 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc | 4 | ||||
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc | 46 |
4 files changed, 33 insertions, 33 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index 6eb30443f0..aa1cc959e0 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
@@ -35,9 +35,9 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
35 | file://fedora/gcc45-no-add-needed.patch;striplevel=0 \ | 35 | file://fedora/gcc45-no-add-needed.patch;striplevel=0 \ |
36 | file://103-uclibc-conf-noupstream.patch \ | 36 | file://103-uclibc-conf-noupstream.patch \ |
37 | file://200-uclibc-locale.patch \ | 37 | file://200-uclibc-locale.patch \ |
38 | file://203-uclibc-locale-no__x.patch;striplevel=1 \ | 38 | file://203-uclibc-locale-no__x.patch; \ |
39 | file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \ | 39 | file://204-uclibc-locale-wchar_fix.patch; \ |
40 | file://205-uclibc-locale-update.patch;striplevel=1 \ | 40 | file://205-uclibc-locale-update.patch; \ |
41 | file://301-missing-execinfo_h.patch \ | 41 | file://301-missing-execinfo_h.patch \ |
42 | file://302-c99-snprintf.patch \ | 42 | file://302-c99-snprintf.patch \ |
43 | file://303-c99-complex-ugly-hack.patch \ | 43 | file://303-c99-complex-ugly-hack.patch \ |
@@ -68,7 +68,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
68 | file://pr45886.patch \ | 68 | file://pr45886.patch \ |
69 | " | 69 | " |
70 | 70 | ||
71 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | 71 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |
72 | 72 | ||
73 | # Language Overrides | 73 | # Language Overrides |
74 | FORTRAN = "" | 74 | FORTRAN = "" |
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index 0a148b43b7..28a70f3c08 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -41,9 +41,9 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
41 | file://gcc-flags-for-build.patch \ | 41 | file://gcc-flags-for-build.patch \ |
42 | file://103-uclibc-conf-noupstream.patch \ | 42 | file://103-uclibc-conf-noupstream.patch \ |
43 | file://200-uclibc-locale.patch \ | 43 | file://200-uclibc-locale.patch \ |
44 | file://203-uclibc-locale-no__x.patch;striplevel=1 \ | 44 | file://203-uclibc-locale-no__x.patch; \ |
45 | file://204-uclibc-locale-wchar_fix.patch;striplevel=1 \ | 45 | file://204-uclibc-locale-wchar_fix.patch; \ |
46 | file://205-uclibc-locale-update.patch;striplevel=1 \ | 46 | file://205-uclibc-locale-update.patch; \ |
47 | file://301-missing-execinfo_h.patch \ | 47 | file://301-missing-execinfo_h.patch \ |
48 | file://302-c99-snprintf.patch \ | 48 | file://302-c99-snprintf.patch \ |
49 | file://303-c99-complex-ugly-hack.patch \ | 49 | file://303-c99-complex-ugly-hack.patch \ |
@@ -70,7 +70,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
70 | file://powerpc-e5500.patch \ | 70 | file://powerpc-e5500.patch \ |
71 | " | 71 | " |
72 | 72 | ||
73 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | 73 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " |
74 | 74 | ||
75 | #S = "${WORKDIR}/${BRANCH}" | 75 | #S = "${WORKDIR}/${BRANCH}" |
76 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" | 76 | S = "${TMPDIR}/work-shared/gcc-${PV}-${PR}/${BRANCH}" |
diff --git a/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc b/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc index fd2b3793dc..9aad535b07 100644 --- a/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc +++ b/meta/recipes-devtools/gcc/gcc-csl-arm-2005q3.inc | |||
@@ -7,8 +7,8 @@ PV_chinook-compat = "3.4.4cs2005q3.2" | |||
7 | FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" | 7 | FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" |
8 | 8 | ||
9 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2005q3-2-arm-none-eabi.src.tar.bz2 \ | 9 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2005q3-2-arm-none-eabi.src.tar.bz2 \ |
10 | file://gcc_optab_arm.patch;patch=1 \ | 10 | file://gcc_optab_arm.patch \ |
11 | file://gcc-3.4.4-eabi-bigendian.patch;patch=1" | 11 | file://gcc-3.4.4-eabi-bigendian.patch" |
12 | 12 | ||
13 | S = "${WORKDIR}/gcc-2005q3" | 13 | S = "${WORKDIR}/gcc-2005q3" |
14 | 14 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc b/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc index 062f1c5a47..648d78381f 100644 --- a/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc +++ b/meta/recipes-devtools/gcc/gcc-csl-arm-2008q1.inc | |||
@@ -7,30 +7,30 @@ PR = "r6" | |||
7 | FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" | 7 | FILESDIR = "${FILE_DIRNAME}/gcc-csl-arm" |
8 | 8 | ||
9 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q1-126-arm-none-eabi.src.tar.bz2 \ | 9 | SRC_URI = "http://www.codesourcery.com/public/gnu_toolchain/arm-none-eabi/arm-2008q1-126-arm-none-eabi.src.tar.bz2 \ |
10 | file://gcc41-configure.in.patch;patch=1 \ | 10 | file://gcc41-configure.in.patch \ |
11 | file://arm-nolibfloat.patch;patch=1 \ | 11 | file://arm-nolibfloat.patch \ |
12 | file://arm-softfloat.patch;patch=1 \ | 12 | file://arm-softfloat.patch \ |
13 | file://zecke-xgcc-cpp.patch;patch=1 \ | 13 | file://zecke-xgcc-cpp.patch \ |
14 | " | 14 | " |
15 | # file://100-uclibc-conf.patch;patch=1 | 15 | # file://100-uclibc-conf.patch |
16 | # file://103-uclibc-conf-noupstream.patch;patch=1 | 16 | # file://103-uclibc-conf-noupstream.patch |
17 | # file://200-uclibc-locale.patch;patch=1 | 17 | # file://200-uclibc-locale.patch |
18 | # file://203-uclibc-locale-no__x.patch;patch=1 | 18 | # file://203-uclibc-locale-no__x.patch |
19 | # file://204-uclibc-locale-wchar_fix.patch;patch=1 | 19 | # file://204-uclibc-locale-wchar_fix.patch |
20 | # file://205-uclibc-locale-update.patch;patch=1 | 20 | # file://205-uclibc-locale-update.patch |
21 | # file://300-libstdc++-pic.patch;patch=1 | 21 | # file://300-libstdc++-pic.patch |
22 | # file://302-c99-snprintf.patch;patch=1 | 22 | # file://302-c99-snprintf.patch |
23 | # file://303-c99-complex-ugly-hack.patch;patch=1 | 23 | # file://303-c99-complex-ugly-hack.patch |
24 | # file://304-index_macro.patch;patch=1 | 24 | # file://304-index_macro.patch |
25 | # file://305-libmudflap-susv3-legacy.patch;patch=1 | 25 | # file://305-libmudflap-susv3-legacy.patch |
26 | # file://306-libstdc++-namespace.patch;patch=1 | 26 | # file://306-libstdc++-namespace.patch |
27 | # file://307-locale_facets.patch;patch=1 | 27 | # file://307-locale_facets.patch |
28 | # file://402-libbackend_dep_gcov-iov.h.patch;patch=1 | 28 | # file://402-libbackend_dep_gcov-iov.h.patch |
29 | # file://602-sdk-libstdc++-includes.patch;patch=1 | 29 | # file://602-sdk-libstdc++-includes.patch |
30 | # file://gfortran.patch;patch=1 | 30 | # file://gfortran.patch |
31 | # file://fortran-static-linking.patch;patch=1 | 31 | # file://fortran-static-linking.patch |
32 | # file://gcc-configure-no-fortran.patch;patch=1;pnum=1 | 32 | # file://gcc-configure-no-fortran.patch |
33 | # file://gcc-new-makeinfo.patch;patch=1 | 33 | # file://gcc-new-makeinfo.patch |
34 | 34 | ||
35 | S = "${WORKDIR}/gcc-4.2" | 35 | S = "${WORKDIR}/gcc-4.2" |
36 | 36 | ||