diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:38:09 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-02-22 21:45:28 +0000 |
commit | be9262233975911e404f6fcdb3c81ba916d28e32 (patch) | |
tree | 2149a99c8d1116e8811d2fc9efad3f973971dd9b /meta/recipes-extended/tzdata | |
parent | d26cbff22a3dfc3f5682b44d6e753f1c4091a56d (diff) | |
download | poky-be9262233975911e404f6fcdb3c81ba916d28e32.tar.gz |
Remove all comments from multiline expressions (as mentioned in bug #704)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tzdata')
-rw-r--r-- | meta/recipes-extended/tzdata/tzdata_2010o.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tzdata/tzdata_2010o.bb b/meta/recipes-extended/tzdata/tzdata_2010o.bb index 882d67ac81..d250e5ca1b 100644 --- a/meta/recipes-extended/tzdata/tzdata_2010o.bb +++ b/meta/recipes-extended/tzdata/tzdata_2010o.bb | |||
@@ -22,8 +22,8 @@ S = "${WORKDIR}" | |||
22 | 22 | ||
23 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ | 23 | TZONES= "africa antarctica asia australasia europe northamerica southamerica \ |
24 | factory solar87 solar88 solar89 etcetera backward systemv \ | 24 | factory solar87 solar88 solar89 etcetera backward systemv \ |
25 | # pacificnew \ | ||
26 | " | 25 | " |
26 | # pacificnew | ||
27 | 27 | ||
28 | do_compile () { | 28 | do_compile () { |
29 | for zone in ${TZONES}; do \ | 29 | for zone in ${TZONES}; do \ |