diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2006-11-20 15:24:52 +0000 |
commit | f6c111ef94b3b2e609b43fe0958cba4808d38c16 (patch) | |
tree | 2e87f8388d2c4d48da9801f674b60e1cdb9f78f6 /packages/matchbox-stroke/matchbox-stroke_svn.bb | |
parent | 24a2a2127a35bdb2ed414a1ed109813ba951e2d1 (diff) |
another set of parse errors fixing
Diffstat (limited to 'packages/matchbox-stroke/matchbox-stroke_svn.bb')
-rw-r--r-- | packages/matchbox-stroke/matchbox-stroke_svn.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/matchbox-stroke/matchbox-stroke_svn.bb b/packages/matchbox-stroke/matchbox-stroke_svn.bb index ead214407b..7afa80d589 100644 --- a/packages/matchbox-stroke/matchbox-stroke_svn.bb +++ b/packages/matchbox-stroke/matchbox-stroke_svn.bb @@ -9,7 +9,7 @@ PR="r2" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=${PN};proto=http" -S = ${WORKDIR}/${PN} +S = "${WORKDIR}/${PN}" inherit autotools pkgconfig gettext @@ -17,4 +17,3 @@ FILES_${PN} = "${bindir}/* \ ${datadir}/applications \ ${datadir}/pixmaps \ ${datadir}/matchbox-stroke" - |