From: Liam Girdwood Date: Sat, 23 Sep 2006 13:37:15 +0000 (+0000) Subject: mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time). X-Git-Tag: Release-2010-05/1~9453^2~728^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff8fd9b3aa7c80cc75c297ec76bd125ef0db45bd;p=openembedded.git mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time). --- diff --git a/packages/linux/mainstone-kernel_2.6.18.bb b/packages/linux/mainstone-kernel_2.6.18.bb index 73b7598489..d17b6097b8 100644 --- a/packages/linux/mainstone-kernel_2.6.18.bb +++ b/packages/linux/mainstone-kernel_2.6.18.bb @@ -7,7 +7,7 @@ PR = "r0" SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \ file://mainstone_defconfig" -S = "${WORKDIR}/linux-2.6.18 +S = "${WORKDIR}/linux-2.6.18" COMPATIBLE_HOST = 'arm.*-linux'