diff options
author | Holger Freyther <zecke@selfish.org> | 2005-07-09 12:38:15 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-09 12:38:15 +0000 |
commit | dcabf6e8cd8cd6c5cd69a5432ba14b2a76fdae88 (patch) | |
tree | 13d260ca9e9c5a5e0cf99a6e797f9ba2b5b6b1e9 /packages/openntpd/openntpd_3.7p1.bb | |
parent | e699f52a5a752f2198b404171288d8dcb2d0bef1 (diff) |
Syntax Fixes for the grammar from the bitbake c parser.
-There should be no whitespaces/chars after a \. Change the files
accordingly.
-If you start with " end with " as well
Diffstat (limited to 'packages/openntpd/openntpd_3.7p1.bb')
-rw-r--r-- | packages/openntpd/openntpd_3.7p1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/openntpd/openntpd_3.7p1.bb b/packages/openntpd/openntpd_3.7p1.bb index 033f959510..37173e58c7 100644 --- a/packages/openntpd/openntpd_3.7p1.bb +++ b/packages/openntpd/openntpd_3.7p1.bb @@ -10,7 +10,7 @@ PR="r1" SRC_URI = "http://www.zip.com.au/~dtucker/openntpd/release/openntpd-${PV}.tar.gz \ file://autofoo.patch;patch=1 \ file://adjtimex-${PV}.patch;patch=1 \ - file://makefile-install.patch;patch=1 \ + file://makefile-install.patch;patch=1 \ file://init" S = "${WORKDIR}/openntpd-${PV}" |