diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-03-01 06:44:12 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-03-01 16:36:43 -0800 |
commit | 4ec9b314c1afe3c0e819643ff5b02983e2d24bdc (patch) | |
tree | 369f567de84ba52c5b702d733d6c23b3d2c0ae75 /meta | |
parent | ba59c319b840daa19e74b795d7366598f67be6db (diff) | |
download | poky-4ec9b314c1afe3c0e819643ff5b02983e2d24bdc.tar.gz |
gcc: take out libiberty files from gcc packages
this Fixes [BUGID #754]
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
10 files changed, 17 insertions, 8 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-cross-initial_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-cross-initial_4.5.1.bb index b2c257d9d4..38e0964fed 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-initial_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-cross-initial_4.5.1.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | require gcc-cross_${PV}.bb | 1 | require gcc-cross_${PV}.bb |
2 | require gcc-cross-initial.inc | 2 | require gcc-cross-initial.inc |
3 | 3 | ||
4 | PR = "r2" | 4 | PR = "r3" |
5 | 5 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc index 2e5283d691..92c3ce2059 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc +++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate.inc | |||
@@ -35,7 +35,8 @@ do_install () { | |||
35 | rm -rf ${D}${datadir}/ | 35 | rm -rf ${D}${datadir}/ |
36 | 36 | ||
37 | # We use libiberty from binutils | 37 | # We use libiberty from binutils |
38 | rm -f ${D}${exec_prefix}/lib/lib/libiberty.a | 38 | find -name libiberty.a ${D}${exec_prefix}/lib | xargs rm -f |
39 | find -name libiberty.h ${D}${exec_prefix}/lib | xargs rm -f | ||
39 | 40 | ||
40 | # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are | 41 | # Insert symlinks into libexec so when tools without a prefix are searched for, the correct ones are |
41 | # found. These need to be relative paths so they work in different locations. | 42 | # found. These need to be relative paths so they work in different locations. |
diff --git a/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.5.1.bb index e65d5df671..9a30cb5119 100644 --- a/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-cross-intermediate_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require gcc-cross_${PV}.bb | 1 | require gcc-cross_${PV}.bb |
2 | require gcc-cross-intermediate.inc | 2 | require gcc-cross-intermediate.inc |
3 | PR = "r3" | 3 | PR = "r4" |
4 | 4 | ||
diff --git a/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb index 399cdf9296..78bb05a474 100644 --- a/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-cross_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r2" | 1 | PR = "r3" |
2 | 2 | ||
3 | require gcc-${PV}.inc | 3 | require gcc-${PV}.inc |
4 | require gcc-cross4.inc | 4 | require gcc-cross4.inc |
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb index 240caf56f7..fec53b931c 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk-initial_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require gcc-cross-initial_${PV}.bb | 1 | require gcc-cross-initial_${PV}.bb |
2 | require gcc-crosssdk-initial.inc | 2 | require gcc-crosssdk-initial.inc |
3 | 3 | ||
4 | PR = "r2" | 4 | PR = "r3" |
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.1.bb index a6653ddfcc..161d870e63 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk-intermediate_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require gcc-cross-intermediate_${PV}.bb | 1 | require gcc-cross-intermediate_${PV}.bb |
2 | require gcc-crosssdk-intermediate.inc | 2 | require gcc-crosssdk-intermediate.inc |
3 | 3 | ||
4 | PR = "r2" | 4 | PR = "r3" |
diff --git a/meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb b/meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb index 129e8d31a4..70690881aa 100644 --- a/meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc-crosssdk_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | require gcc-cross_${PV}.bb | 1 | require gcc-cross_${PV}.bb |
2 | require gcc-crosssdk.inc | 2 | require gcc-crosssdk.inc |
3 | 3 | ||
4 | PR = "r2" | 4 | PR = "r3" |
diff --git a/meta/recipes-devtools/gcc/gcc-package-cross.inc b/meta/recipes-devtools/gcc/gcc-package-cross.inc index 4f902fa149..04c81017df 100644 --- a/meta/recipes-devtools/gcc/gcc-package-cross.inc +++ b/meta/recipes-devtools/gcc/gcc-package-cross.inc | |||
@@ -27,6 +27,10 @@ do_install () { | |||
27 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/$d | 27 | rm -rf ${D}${STAGING_DIR_NATIVE}${prefix_native}/$d |
28 | done | 28 | done |
29 | 29 | ||
30 | # We use libiberty from binutils | ||
31 | find -name libiberty.a ${D}${exec_prefix}/lib | xargs rm -f | ||
32 | find -name libiberty.h ${D}${exec_prefix}/lib | xargs rm -f | ||
33 | |||
30 | # gcc-runtime installs libgcc into a special location in staging since it breaks doing a standalone build | 34 | # gcc-runtime installs libgcc into a special location in staging since it breaks doing a standalone build |
31 | if [ "${PN}" == "gcc-cross" -o "${PN}" == "gcc-crosssdk" ]; then | 35 | if [ "${PN}" == "gcc-cross" -o "${PN}" == "gcc-crosssdk" ]; then |
32 | dest=${D}/${includedir}/gcc-build-internal-${MULTIMACH_TARGET_SYS} | 36 | dest=${D}/${includedir}/gcc-build-internal-${MULTIMACH_TARGET_SYS} |
diff --git a/meta/recipes-devtools/gcc/gcc-package-target.inc b/meta/recipes-devtools/gcc/gcc-package-target.inc index 3286da6a95..d61e96b57b 100644 --- a/meta/recipes-devtools/gcc/gcc-package-target.inc +++ b/meta/recipes-devtools/gcc/gcc-package-target.inc | |||
@@ -86,6 +86,10 @@ do_install () { | |||
86 | # We don't care about the gcc-<version> ones for this | 86 | # We don't care about the gcc-<version> ones for this |
87 | rm -f *gcc-?.?* | 87 | rm -f *gcc-?.?* |
88 | 88 | ||
89 | # We use libiberty from binutils | ||
90 | find -name libiberty.a ${D}${exec_prefix}/lib | xargs rm -f | ||
91 | find -name libiberty.h ${D}${exec_prefix}/lib | xargs rm -f | ||
92 | |||
89 | # Symlinks so we can use these trivially on the target | 93 | # Symlinks so we can use these trivially on the target |
90 | ln -sf ${TARGET_SYS}-g77 g77 || true | 94 | ln -sf ${TARGET_SYS}-g77 g77 || true |
91 | ln -sf ${TARGET_SYS}-gfortran gfortran || true | 95 | ln -sf ${TARGET_SYS}-gfortran gfortran || true |
diff --git a/meta/recipes-devtools/gcc/gcc_4.5.1.bb b/meta/recipes-devtools/gcc/gcc_4.5.1.bb index 919d4b0938..25e455c05a 100644 --- a/meta/recipes-devtools/gcc/gcc_4.5.1.bb +++ b/meta/recipes-devtools/gcc/gcc_4.5.1.bb | |||
@@ -1,4 +1,4 @@ | |||
1 | PR = "r2" | 1 | PR = "r3" |
2 | require gcc-${PV}.inc | 2 | require gcc-${PV}.inc |
3 | require gcc-configure-target.inc | 3 | require gcc-configure-target.inc |
4 | require gcc-package-target.inc | 4 | require gcc-package-target.inc |