From 6751422faad19808f17e28c6ec2ce018030099f9 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 5 Nov 2013 11:22:36 +0100 Subject: Use double-quotes to make script work using dash (debian/ubuntu default) --- recipes-kernel/linux/linux-toradex-vf_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-toradex-vf_git.bb b/recipes-kernel/linux/linux-toradex-vf_git.bb index 88a6be3..540c924 100644 --- a/recipes-kernel/linux/linux-toradex-vf_git.bb +++ b/recipes-kernel/linux/linux-toradex-vf_git.bb @@ -31,7 +31,7 @@ config_script () { do_configure_prepend () { #use the defconfig provided in the kernel source tree #assume its called ${MACHINE}_defconfig, but with '_' instead of '-' - DEFCONFIG=`echo ${MACHINE} | sed -e 's/\-/\_/g' -e 's/$/_defconfig/'` + DEFCONFIG="`echo ${MACHINE} | sed -e 's/\-/\_/g' -e 's/$/_defconfig/'`" oe_runmake $DEFCONFIG -- cgit v1.2.3