summaryrefslogtreecommitdiff
path: root/sqlite/sqlite_2.8.9.oe
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/sqlite_2.8.9.oe')
-rw-r--r--sqlite/sqlite_2.8.9.oe12
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