abiword: 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*

(From OE-Core rev: e1cfe72e7d1e8c165aeec4e380788288fe80a244)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Martin Jansa 2011-09-06 10:33:32 +02:00 committed by Richard Purdie
parent e6706bf559
commit 6c4d3f5a56
2 changed files with 5 additions and 3 deletions

View File

@ -17,8 +17,6 @@ FILES_${PN} += " \
${datadir}/abiword-${SHRT_VER}/scripts \
${datadir}/abiword-${SHRT_VER}/system.profile-en \
${datadir}/abiword-${SHRT_VER}/system.profile-en_GB \
# ${datadir}/abiword-${SHRT_VER}/templates/A4.awt \
# ${datadir}/abiword-${SHRT_VER}/templates/US-Letter.awt \
${datadir}/abiword-${SHRT_VER}/templates/normal.awt \
${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \
${datadir}/abiword-${SHRT_VER}/templates/Employee-Directory.awt \
@ -29,6 +27,9 @@ FILES_${PN} += " \
${datadir}/abiword-${SHRT_VER}/templates/Memo.awt \
${datadir}/abiword-${SHRT_VER}/templates/Press-Release.awt "
# ${datadir}/abiword-${SHRT_VER}/templates/A4.awt \
# ${datadir}/abiword-${SHRT_VER}/templates/US-Letter.awt \
inherit autotools pkgconfig
PARALLEL_MAKE = ""

View File

@ -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