linux-sysmocom.inc: Add quotes around the value for newer versions of bitbake

BitBake is finally more picky about variable assignments. Add the
necessary quotes.
This commit is contained in:
Holger Hans Peter Freyther 2012-08-20 21:25:04 +02:00
parent d9150d375c
commit c35fa18841
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=d7810fab7487fb0aad327b76f1be7cd7"
# Set this to 'preempt_rt' in the local.conf if you want a real time kernel
LINUX_KERNEL_TYPE ?= standard
LINUX_KERNEL_TYPE ?= "standard"
module_autoload_mISDN_l1loop = "mISDN_l1loop"
module_autoload_mISDN_dsp = "mISDN_dsp"