mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time).
authorLiam Girdwood <liam.girdwood@wolfsonmicro.com>
Sat, 23 Sep 2006 13:37:15 +0000 (13:37 +0000)
committerLiam Girdwood <liam.girdwood@wolfsonmicro.com>
Sat, 23 Sep 2006 13:37:15 +0000 (13:37 +0000)
packages/linux/mainstone-kernel_2.6.18.bb

index 73b7598..d17b609 100644 (file)
@@ -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'