From: Noor Ahsan Date: Tue, 22 Jan 2013 09:54:49 +0000 (+0500) Subject: linux-linaro: Fix an error related to multiline comment. X-Git-Tag: 2.1~1537 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=dfa88bfa1922cd488d10793813e8e31f36813fd7;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb b/meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb index 65702f74..b6582779 100644 --- a/meta-fsl-arm/recipes-kernel/linux/linux-linaro_3.2.bb +++ b/meta-fsl-arm/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"