diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-04 15:37:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-05 11:39:08 +0100 |
commit | 21effd66408423b02845186f1007b1a58f3fba31 (patch) | |
tree | 440634c3b3784e8694751e97030b9651d11d59c5 /meta/recipes-devtools/gcc/gcc_4.5.1.bb | |
parent | c2cb8d68c417f8093632897dc07441d54574ab6e (diff) | |
download | poky-21effd66408423b02845186f1007b1a58f3fba31.tar.gz |
gcc: Fix removal of libiberty.a
The changes in commit 553a92c442bc3a35d1520a22e640a3a0e377b8f7 were not applying correctly
due to the error: "find: paths must precede expression"
This patch corrects the find syntax.
[YOCTO #1199]
(From OE-Core rev: b8d72e3af93ff9e2808fef4fe7b9d00b68bf9715)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc_4.5.1.bb')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc_4.5.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/gcc/gcc_4.5.1.bb b/meta/recipes-devtools/gcc/gcc_4.5.1.bb index e04f443b4d..785d719ac8 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 = "r5" | 1 | PR = "r6" |
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 |