summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoor Ahsan <noor_ahsan@mentor.com>2013-01-22 14:54:49 +0500
committerOtavio Salvador <otavio@ossystems.com.br>2013-01-22 09:07:30 -0200
commit327c3cf5d86863291a237ff2bbbf7608864c8192 (patch)
tree69db360f4df6a606d44932fed8d83ec8f4f47980
parentbcea664dcc53be5dc6c5d95c6b2313f9ebb0756f (diff)
downloadmeta-fsl-arm-327c3cf5d86863291a237ff2bbbf7608864c8192.tar.gz
linux-linaro: Fix an error related to multiline comment.
* With latest changes in bitbake related to multiline comment linux-linaro recipe was giving error "There is a confusing multiline, partially commented expression"at parse time. Fix that issue. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
-rw-r--r--recipes-kernel/linux/linux-linaro_3.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-linaro_3.2.bb b/recipes-kernel/linux/linux-linaro_3.2.bb
index 65702f7..b658277 100644
--- a/recipes-kernel/linux/linux-linaro_3.2.bb
+++ b/recipes-kernel/linux/linux-linaro_3.2.bb
@@ -20,7 +20,7 @@ SRC_URI = "git://git.linaro.org/bsp/freescale/linux-linaro.git;branch=lt-3.2-imx
20# file://fix_ipuv3.patch \ 20# file://fix_ipuv3.patch \
21# file://fix_usb.patch \ 21# file://fix_usb.patch \
22# file://fix_rtc-da9052.patch \ 22# file://fix_rtc-da9052.patch \
23# file://fix_da9052_bl.patch \ 23# file://fix_da9052_bl.patch
24 24
25 25
26S = "${WORKDIR}/git" 26S = "${WORKDIR}/git"