[meta-ti] [PATCH] add extra '#' to multi-line comment

Cliff Brake cliff.brake at gmail.com
Tue Jan 22 09:13:20 PST 2013


From: Cliff Brake <cbrake at bec-systems.com>

Bitbake is getting more particular:
ERROR: There is a confusing multiline, partially commented expression on
line 27 of file /scratch/oe/oe-build-core-3/sources/meta-ti/...
Please clarify whether this is all a comment or should be parsed.

Signed-off-by: Cliff Brake <cbrake at bec-systems.com>
---
 recipes-kernel/linux/linux_3.1.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-kernel/linux/linux_3.1.bb b/recipes-kernel/linux/linux_3.1.bb
index 0ec0d26..d6ed98c 100644
--- a/recipes-kernel/linux/linux_3.1.bb
+++ b/recipes-kernel/linux/linux_3.1.bb
@@ -24,6 +24,7 @@ SRC_URI += "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;pro
 
 # Needs refresh:
 #            file://beagle/0003-OMAP3-beagle-HACK-add-in-1GHz-OPP.patch \
+#
 
 
 SRC_URI_append_beagleboard = " file://logo_linux_clut224.ppm \
-- 
1.8.1.1




More information about the meta-ti mailing list