diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 11:28:10 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-08-20 11:28:10 +0000 |
commit | 96664202cda4f4ff4b4fbc9da0f8970f7200394e (patch) | |
tree | 5967f561345c3c37f161ec9298b7edc0f70cc362 /meta/packages/sqlite/sqlite3.inc | |
parent | 7b40874c56b4d2080db8e5933c44b9d8d51925e3 (diff) | |
download | poky-96664202cda4f4ff4b4fbc9da0f8970f7200394e.tar.gz |
sqlite3: upgrade to 3.4.2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2516 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/sqlite/sqlite3.inc')
-rw-r--r-- | meta/packages/sqlite/sqlite3.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/sqlite/sqlite3.inc b/meta/packages/sqlite/sqlite3.inc index 01290c2e41..68cc3e1c33 100644 --- a/meta/packages/sqlite/sqlite3.inc +++ b/meta/packages/sqlite/sqlite3.inc | |||
@@ -5,9 +5,8 @@ DEPENDS = "readline ncurses" | |||
5 | LICENSE = "PD" | 5 | LICENSE = "PD" |
6 | 6 | ||
7 | SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ | 7 | SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ |
8 | file://cross-compile.patch;patch=1 \ | 8 | file://libtool.patch;patch=1" |
9 | file://libtool.patch;patch=1 \ | 9 | |
10 | file://ldflags.patch;patch=1" | ||
11 | S = "${WORKDIR}/sqlite-${PV}" | 10 | S = "${WORKDIR}/sqlite-${PV}" |
12 | 11 | ||
13 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |