diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:04:57 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:04:57 +0000 |
commit | 24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (patch) | |
tree | 1e2ab15a4d4d91d337dda1172e08a533eb0c453c /packages/linux/linux-geodelx_2.6.11.bb | |
parent | 0e6cb32199b61cdafaeefa1f0ee09b1fe486a10b (diff) |
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.bb | 2 |
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}" |