From: Michael 'Mickey' Lauer Date: Sun, 14 Mar 2010 14:32:02 +0000 (+0100) Subject: linux-leviathan: remove bogus ' characters that disturb mkbootimg X-Git-Tag: Release-2010-05/1~340^2~128^2~87 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2da6e643c38721d676ea6dfb31181da8f000522;p=openembedded.git linux-leviathan: remove bogus ' characters that disturb mkbootimg --- diff --git a/recipes/linux/linux-leviathan_git.bb b/recipes/linux/linux-leviathan_git.bb index a14fb21092..2510a90bdb 100644 --- a/recipes/linux/linux-leviathan_git.bb +++ b/recipes/linux/linux-leviathan_git.bb @@ -20,6 +20,6 @@ do_deploy_append() { touch -f empty mkbootimg --kernel ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.bin \ --ramdisk empty \ - --cmdline '"${CMDLINE}"' \ + --cmdline "${CMDLINE}" \ --output ${DEPLOY_DIR_IMAGE}/${KERNEL_IMAGE_BASE_NAME}.fastboot }