From 327c3cf5d86863291a237ff2bbbf7608864c8192 Mon Sep 17 00:00:00 2001 From: Noor Ahsan Date: Tue, 22 Jan 2013 14:54:49 +0500 Subject: 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 --- recipes-kernel/linux/linux-linaro_3.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 # file://fix_ipuv3.patch \ # file://fix_usb.patch \ # file://fix_rtc-da9052.patch \ -# file://fix_da9052_bl.patch \ +# file://fix_da9052_bl.patch S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf