aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-geodelx_2.6.11.bb
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2006-12-31 13:13:53 +0000
commitf907777709b20d8d73e3587026296a6616262229 (patch)
treee1c24ca4ed3fa4fe4a7d3d8878ef9575cc8fc603 /packages/linux/linux-geodelx_2.6.11.bb
parentad4e12fab01540a845d060daa76bd0d87b78126f (diff)
downloadopenembedded-f907777709b20d8d73e3587026296a6616262229.tar.gz
remove extra whitespace at end-of-line in about 900 bb files.
Diffstat (limited to 'packages/linux/linux-geodelx_2.6.11.bb')
-rw-r--r--packages/linux/linux-geodelx_2.6.11.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/linux/linux-geodelx_2.6.11.bb b/packages/linux/linux-geodelx_2.6.11.bb
index f84ceb7f1e..890aa9483a 100644
--- a/packages/linux/linux-geodelx_2.6.11.bb
+++ b/packages/linux/linux-geodelx_2.6.11.bb
@@ -14,7 +14,7 @@ KV = "${PV}"
S = "${WORKDIR}/linux-${KV}"
-inherit kernel
+inherit kernel
ARCH = "i386"
KERNEL_IMAGETYPE = "bzImage"
@@ -24,6 +24,6 @@ SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \
file://defconfig"
do_configure_prepend() {
-
- install -m 0644 ${WORKDIR}/defconfig ${S}/.config
+
+ install -m 0644 ${WORKDIR}/defconfig ${S}/.config
}