summaryrefslogtreecommitdiff
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
commit6751422faad19808f17e28c6ec2ce018030099f9 (patch)
tree6dc6c7fc8a45bfe97920af3eecf44a48306b03ac
parent5f61751d6c09cdcb43f850c217a5beaa842acc47 (diff)
Use double-quotes to make script work using dash (debian/ubuntu default)
-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