mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
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>
This commit is contained in:
@@ -25,9 +25,10 @@ FILES_${PN} += " \
|
|||||||
${datadir}/abiword-${SHRT_VER}/glade \
|
${datadir}/abiword-${SHRT_VER}/glade \
|
||||||
${datadir}/abiword-${SHRT_VER}/system.profile-en \
|
${datadir}/abiword-${SHRT_VER}/system.profile-en \
|
||||||
${datadir}/abiword-${SHRT_VER}/system.profile-en-GB \
|
${datadir}/abiword-${SHRT_VER}/system.profile-en-GB \
|
||||||
|
"
|
||||||
|
|
||||||
# ${datadir}/abiword-${SHRT_VER}/templates/normal.awt \
|
# ${datadir}/abiword-${SHRT_VER}/templates/normal.awt \
|
||||||
# ${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \
|
# ${datadir}/abiword-${SHRT_VER}/templates/normal.awt-en_GB \
|
||||||
"
|
|
||||||
|
|
||||||
inherit autotools pkgconfig
|
inherit autotools pkgconfig
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user