OpenSIMpad:
authorHolger Freyther <zecke@selfish.org>
Sat, 24 Sep 2005 18:07:12 +0000 (18:07 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 24 Sep 2005 18:07:12 +0000 (18:07 +0000)
    -Switch to gcc 3.3.4 as this can be compiled with uclibc and gcc 4.0

packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb
packages/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb

index 8461683..4db17f4 100644 (file)
@@ -36,7 +36,7 @@ S = "${WORKDIR}/linux-${KV}"
 
 inherit kernel
 
-KERNEL_CCSUFFIX = "-3.3.3"
+KERNEL_CCSUFFIX = "-3.3.4"
 COMPATIBLE_HOST = "arm.*-linux"
 
 SIMPAD_MEM     = ${@bb.data.getVar("SIMPAD_MEMORY_SIZE",d,1)  or "32"}
index 3a2a1f8..806d1d6 100644 (file)
@@ -46,7 +46,7 @@ S = "${WORKDIR}/linux-${KV}"
 
 inherit kernel
 
-KERNEL_CCSUFFIX = "-3.3.3"
+KERNEL_CCSUFFIX = "-3.3.4"
 COMPATIBLE_HOST = "arm.*-linux"
 
 SIMPAD_MEM     = ${@bb.data.getVar("SIMPAD_MEMORY_SIZE",d,1)  or "32"}