From: Holger Freyther Date: Sat, 24 Sep 2005 18:07:12 +0000 (+0000) Subject: OpenSIMpad: X-Git-Tag: Release-2010-05/1~9453^2~3441 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81be566f945128ea245c3cc6eb3b3de95395037;p=openembedded.git OpenSIMpad: -Switch to gcc 3.3.4 as this can be compiled with uclibc and gcc 4.0 --- diff --git a/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb b/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb index 8461683103..4db17f4566 100644 --- a/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb +++ b/packages/linux/opensimpad_2.4.25-vrs2-pxa1-jpm1.bb @@ -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"} diff --git a/packages/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb b/packages/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb index 3a2a1f892f..806d1d62cf 100644 --- a/packages/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb +++ b/packages/linux/opensimpad_2.4.27-vrs1-pxa1-jpm1.bb @@ -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"}