diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-19 14:27:22 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-03-19 14:27:22 +0000 |
commit | be6e02a57de5454e2ca9ddca089bf0dd666f8a00 (patch) | |
tree | 14fa07ba935501ac5c68bd8f710201ee1cb16ea2 /meta | |
parent | 3853440e1df05397a754e8fe92116880548845ad (diff) | |
download | poky-be6e02a57de5454e2ca9ddca089bf0dd666f8a00.tar.gz |
gcc-cross-kernel 3.4.4-csl-2005q3: unbreak after gcc changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4049 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/packages/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb b/meta/packages/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb index 46a56fa339..e4068cbeb4 100644 --- a/meta/packages/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb +++ b/meta/packages/gcc/gcc-cross-kernel-3.4.4_csl-arm-2005q3.bb | |||
@@ -1,10 +1,13 @@ | |||
1 | # This kernel compiler is required by the Freecom FSG-3 machine | 1 | # This kernel compiler is required by the Freecom FSG-3 machine |
2 | # Please talk to Rod Whitby before considering removing this file. | 2 | # This kernel compiler is required by the Nokia tablets |
3 | # Please talk to Rod Whitby and Richard Purdie before considering removing this file. | ||
3 | 4 | ||
4 | DEFAULT_PREFERENCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
5 | 6 | ||
6 | require gcc-cross-kernel.inc | ||
7 | require gcc-cross-initial_csl-arm-2005q3.bb | 7 | require gcc-cross-initial_csl-arm-2005q3.bb |
8 | require gcc-cross-kernel.inc | ||
9 | |||
10 | PR = "r1" | ||
8 | 11 | ||
9 | SRC_URI += "file://gcc-3.4.4-makefile-fix.patch;patch=1" | 12 | SRC_URI += "file://gcc-3.4.4-makefile-fix.patch;patch=1" |
10 | 13 | ||