]> code.ossystems Code Review - openembedded-core.git/commitdiff
kernel-yocto: fix extra CR in do_kernel_checkout
authorSaul Wold <sgw@linux.intel.com>
Thu, 1 Dec 2011 23:32:52 +0000 (15:32 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 2 Dec 2011 15:19:46 +0000 (15:19 +0000)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/classes/kernel-yocto.bbclass

index ad14aacd7e7d4dc5868dfe21372d67c92bcd5755..79f82e3513a1e4fe7563f57abbb8df14f95b7fce 100644 (file)
@@ -53,8 +53,7 @@ do_patch() {
 }
 
 do_kernel_checkout() {
-       if [ -d $
-{WORKDIR}/git/.git/refs/remotes/origin ]; then
+       if [ -d ${WORKDIR}/git/.git/refs/remotes/origin ]; then
                echo "Fixing up git directory for ${LINUX_KERNEL_TYPE}/${KMACHINE}"
                rm -rf ${S}
                mkdir ${S}