[oe-commits] Martin Jansa : recipes: be carefull with # comments ending with backslash

git version control git at git.openembedded.org
Wed Sep 14 15:15:21 UTC 2011


Module: meta-openembedded.git
Branch: master
Commit: 7e765842a9e27fddfa3a621fcc6ee5a5159c2be6
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7e765842a9e27fddfa3a621fcc6ee5a5159c2be6

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Sep  6 10:30:24 2011 +0200

recipes: be carefull with # comments ending with backslash

* next line after #foo \ is not parsed correctly!
* but http://bugzilla.pokylinux.org/show_bug.cgi?id=813 says NOTABUG, so be *very carefull*

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>

---

 meta-gnome/recipes-gnome/abiword/abiword.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-gnome/recipes-gnome/abiword/abiword.inc b/meta-gnome/recipes-gnome/abiword/abiword.inc
index 5d7e3ce..b1b0f67 100644
--- a/meta-gnome/recipes-gnome/abiword/abiword.inc
+++ b/meta-gnome/recipes-gnome/abiword/abiword.inc
@@ -25,9 +25,10 @@ FILES_${PN} += " \
 		${datadir}/abiword-${SHRT_VER}/glade \
 		${datadir}/abiword-${SHRT_VER}/system.profile-en \
 		${datadir}/abiword-${SHRT_VER}/system.profile-en-GB \
+  "
+
 #		${datadir}/abiword-${SHRT_VER}/templates/normal.awt \
 #		${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \
-  "
 
 inherit autotools pkgconfig
 





More information about the Openembedded-commits mailing list