diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-13 05:42:36 +0000 |
commit | 06f7d17e81de21a95e35b03453242bc62b05a6aa (patch) | |
tree | bc9c53bce2c6a2fdce3caf5bb45bc3f8634b56be /sqlite/sqlite_2.8.9.oe | |
parent | 4b022a36ced4930af6bcdeb7d75a5ed10c4ac9cd (diff) |
First pass of .oe cleanups.
BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw
Diffstat (limited to 'sqlite/sqlite_2.8.9.oe')
-rw-r--r-- | sqlite/sqlite_2.8.9.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sqlite/sqlite_2.8.9.oe b/sqlite/sqlite_2.8.9.oe index 1ad5139ef6..4149c14c22 100644 --- a/sqlite/sqlite_2.8.9.oe +++ b/sqlite/sqlite_2.8.9.oe @@ -1,13 +1,13 @@ -DESCRIPTION="An Embeddable SQL Database Engine" -SECTION="libs" -PRIORITY="optional" -RDEPENDS="libc6 readline libncurses5" -DEPENDS=virtual/libc base/readline base/ncurses +DESCRIPTION = "An Embeddable SQL Database Engine" +SECTION = "libs" +PRIORITY = "optional" +RDEPENDS = "libc6 readline libncurses5" +DEPENDS = "virtual/libc base/readline base/ncurses" SRC_URI = http://www.hwaci.com/sw/${PN}/${P}.tar.gz \ file://${FILESDIR}/crosscompile.patch;patch=1 -S = ${WORKDIR}/${PN} +S = "${WORKDIR}/${PN}" inherit autotools libtool |