From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gemini.alm.mentorg.com (nat-lmt.mentorg.com [139.181.28.34]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 7F3FEE01472 for ; Tue, 22 Jan 2013 01:55:04 -0800 (PST) Received: from pkl-ahsann-ubuntu.mgc.mentorg.com ([137.202.157.70]) by gemini.alm.mentorg.com (8.14.4/8.14.4) with ESMTP id r0M9t0HU013604; Tue, 22 Jan 2013 03:55:01 -0600 From: "Noor, Ahsan" To: meta-freescale@yoctoproject.org Date: Tue, 22 Jan 2013 14:54:49 +0500 Message-Id: <1358848489-20005-1-git-send-email-noor_ahsan@mentor.com> X-Mailer: git-send-email 1.7.9.5 Subject: [meta-fsl-arm][PATCH] linux-linaro: Fix an error related to multiline comment. X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2013 09:55:04 -0000 From: Noor Ahsan * 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..66adac4 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" -- 1.7.9.5