From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- sqlite/sqlite_2.8.9.oe | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sqlite/sqlite_2.8.9.oe') 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 -- cgit v1.2.3