aboutsummaryrefslogtreecommitdiffstats
path: root/sparse
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-09-13 22:38:26 +0000
committerChris Larson <clarson@kergoth.com>2004-09-13 22:38:26 +0000
commite3d502b8d38d7db1f3d7afa16e57a76f0d2e5e7d (patch)
tree9b29e8f7383532d6346b5022624a6ca87d696111 /sparse
parent32c246c2f26bb1a10e844d3148fcfdebb5435230 (diff)
downloadopenembedded-e3d502b8d38d7db1f3d7afa16e57a76f0d2e5e7d.tar.gz
Add missing \'s to sparse DESCRIPTION to unbork the parsing.
BKrev: 41462162Onl4dQFU5yf0rnXKBl0MnA
Diffstat (limited to 'sparse')
-rw-r--r--sparse/sparse_snapshot.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/sparse/sparse_snapshot.oe b/sparse/sparse_snapshot.oe
index 3c49eb4774..102bb04970 100644
--- a/sparse/sparse_snapshot.oe
+++ b/sparse/sparse_snapshot.oe
@@ -8,8 +8,8 @@ def get_snapshot_date(d):
d = cvsdate[6:8]
return "%s-%s-%s" % (y, m, d)
-DESCRIPTION = "Sparse is a semantic parser of source files: it's neither a
-compiler (although it could be used as a front-end for one) nor is it a
+DESCRIPTION = "Sparse is a semantic parser of source files: it's neither a \
+compiler (although it could be used as a front-end for one) nor is it a \
preprocessor (although it contains as a part of it a preprocessing phase)."
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
PV = "0.0${CVSDATE}"