diff options
author | Khem Raj <raj.khem@gmail.com> | 2008-06-03 02:37:09 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2008-06-03 02:37:09 +0000 |
commit | 2aa56756ba10e4e38ed5559dc0c9e3665e624ea7 (patch) | |
tree | 6c8a0f58de18b570680bf38179a00579bbdf2e74 /packages/gcc/gcc-cross_4.1.2.bb | |
parent | c3ee7c6a2538fca0da2a7e3c3c5709ebcdaa0142 (diff) |
Fix an obvious typo in the patch. The variable exported was 'CCP' should have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe.
Diffstat (limited to 'packages/gcc/gcc-cross_4.1.2.bb')
-rw-r--r-- | packages/gcc/gcc-cross_4.1.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/gcc-cross_4.1.2.bb b/packages/gcc/gcc-cross_4.1.2.bb index 43f21735e7..c9e3279ffc 100644 --- a/packages/gcc/gcc-cross_4.1.2.bb +++ b/packages/gcc/gcc-cross_4.1.2.bb @@ -1,4 +1,4 @@ -PR = "r16" +PR = "r17" require gcc-${PV}.inc require gcc-cross4.inc |