diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-09-06 10:30:24 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-14 17:15:08 +0200 |
commit | 7e765842a9e27fddfa3a621fcc6ee5a5159c2be6 (patch) | |
tree | 6ffbc5feeac00a20b9d9020fc8bf16a57000cc97 /meta-gnome/recipes-gnome | |
parent | a8da3ccf618bc75bdc3b199a4c194a3f4251a07b (diff) | |
download | meta-openembedded-7e765842a9e27fddfa3a621fcc6ee5a5159c2be6.tar.gz |
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@gmail.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | 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 5d7e3ce60..b1b0f6701 100644 --- a/meta-gnome/recipes-gnome/abiword/abiword.inc +++ b/meta-gnome/recipes-gnome/abiword/abiword.inc | |||
@@ -25,9 +25,10 @@ FILES_${PN} += " \ | |||
25 | ${datadir}/abiword-${SHRT_VER}/glade \ | 25 | ${datadir}/abiword-${SHRT_VER}/glade \ |
26 | ${datadir}/abiword-${SHRT_VER}/system.profile-en \ | 26 | ${datadir}/abiword-${SHRT_VER}/system.profile-en \ |
27 | ${datadir}/abiword-${SHRT_VER}/system.profile-en-GB \ | 27 | ${datadir}/abiword-${SHRT_VER}/system.profile-en-GB \ |
28 | " | ||
29 | |||
28 | # ${datadir}/abiword-${SHRT_VER}/templates/normal.awt \ | 30 | # ${datadir}/abiword-${SHRT_VER}/templates/normal.awt \ |
29 | # ${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \ | 31 | # ${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \ |
30 | " | ||
31 | 32 | ||
32 | inherit autotools pkgconfig | 33 | inherit autotools pkgconfig |
33 | 34 | ||