[oe-commits] org.oe.dev mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time).

lrg commit openembedded-commits at lists.openembedded.org
Sat Sep 23 13:46:42 UTC 2006


mainstone_linux 2.6.18: fixed another syntax error (only noticed at build time).

Author: lrg at openembedded.org
Branch: org.openembedded.dev
Revision: 7be2c6aa722088e107c9897aa9dac08d6924297e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=7be2c6aa722088e107c9897aa9dac08d6924297e
Files:
1
packages/linux/mainstone-kernel_2.6.18.bb
Diffs:

#
# mt diff -rfd636a78b278c3a1de391291ecd00e06cdd37934 -r7be2c6aa722088e107c9897aa9dac08d6924297e
#
# 
# 
# patch "packages/linux/mainstone-kernel_2.6.18.bb"
#  from [cfc2ae96a1d6a516fef037e908e45db748b5269b]
#    to [1f3b1131f005a0ce5325f81d9e4f0bd6b9cb8e19]
# 
============================================================
--- packages/linux/mainstone-kernel_2.6.18.bb	cfc2ae96a1d6a516fef037e908e45db748b5269b
+++ packages/linux/mainstone-kernel_2.6.18.bb	1f3b1131f005a0ce5325f81d9e4f0bd6b9cb8e19
@@ -7,7 +7,7 @@ SRC_URI = "ftp://ftp.kernel.org/pub/linu
 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'
 






More information about the Openembedded-commits mailing list