summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-cross-sdk_4.1.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-06-03 02:37:09 +0000
committerKhem Raj <raj.khem@gmail.com>2008-06-03 02:37:09 +0000
commit2aa56756ba10e4e38ed5559dc0c9e3665e624ea7 (patch)
tree6c8a0f58de18b570680bf38179a00579bbdf2e74 /packages/gcc/gcc-cross-sdk_4.1.1.bb
parentc3ee7c6a2538fca0da2a7e3c3c5709ebcdaa0142 (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-sdk_4.1.1.bb')
-rw-r--r--packages/gcc/gcc-cross-sdk_4.1.1.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gcc/gcc-cross-sdk_4.1.1.bb b/packages/gcc/gcc-cross-sdk_4.1.1.bb
index ee769e034e..5caec0b5a5 100644
--- a/packages/gcc/gcc-cross-sdk_4.1.1.bb
+++ b/packages/gcc/gcc-cross-sdk_4.1.1.bb
@@ -1,8 +1,8 @@
-PR = "r4"
+PR = "r5"
require gcc-${PV}.inc
require gcc-cross-sdk.inc
require gcc-configure-sdk.inc
require gcc-package-sdk.inc
-DEPENDS += "gmp-native mpfr-native" \ No newline at end of file
+DEPENDS += "gmp-native mpfr-native"