aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux/linux-geodelx_2.6.11.bb
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:04:57 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2006-11-20 15:04:57 +0000
commit24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (patch)
tree1e2ab15a4d4d91d337dda1172e08a533eb0c453c /packages/linux/linux-geodelx_2.6.11.bb
parent0e6cb32199b61cdafaeefa1f0ee09b1fe486a10b (diff)
downloadopenembedded-24a2a2127a35bdb2ed414a1ed109813ba951e2d1.tar.gz
kernels: fix parse errors
Diffstat (limited to 'packages/linux/linux-geodelx_2.6.11.bb')
-rw-r--r--packages/linux/linux-geodelx_2.6.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux/linux-geodelx_2.6.11.bb b/packages/linux/linux-geodelx_2.6.11.bb
index 1810862b3b..3798685f14 100644
--- a/packages/linux/linux-geodelx_2.6.11.bb
+++ b/packages/linux/linux-geodelx_2.6.11.bb
@@ -10,7 +10,7 @@ PR = "r0"
AMD_DRIVER_VERSION = "02.03.0100"
AMD_DRIVER_LABEL = "Patches_Linux2.6.11_Common_${AMD_DRIVER_VERSION}"
-KV=${PV}
+KV = "${PV}"
S = "${WORKDIR}/linux-${KV}"