diff options
author | Liam Girdwood <liam.girdwood@wolfsonmicro.com> | 2006-09-23 13:37:15 +0000 |
---|---|---|
committer | Liam Girdwood <liam.girdwood@wolfsonmicro.com> | 2006-09-23 13:37:15 +0000 |
commit | ff8fd9b3aa7c80cc75c297ec76bd125ef0db45bd (patch) | |
tree | b364758d31a5d9f3d82ae2a554f7d667e14b2cc3 | |
parent | 6fc27e717e798f79886ae1cce3569528869f8528 (diff) |
mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time).
-rw-r--r-- | packages/linux/mainstone-kernel_2.6.18.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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' |