summaryrefslogtreecommitdiff
path: root/recipes-kernel
diff options
context:
space:
mode:
authorStefan Agner <stefan.agner@toradex.com>2013-11-05 11:22:36 +0100
committerStefan Agner <stefan.agner@toradex.com>2013-11-05 12:47:52 +0100
commit7d3dc1dbfd91cbee794f86bca151e08518262955 (patch)
tree74711d8f3650f4449d1977f2dc7ea36349c280ca /recipes-kernel
parent9f138963b9187bb7be53afbdad81d857df92671e (diff)
Use double-quotes to make script work using dash (debian/ubuntu default)
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-toradex-vf_git.bb2
1 files changed, 1 insertions, 1 deletions
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