sqlite3: upgrade to 3.4.2

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2516 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Marcin Juszkiewicz 2007-08-20 11:28:10 +00:00
parent 7b40874c56
commit 96664202cd
5 changed files with 2 additions and 4 deletions

View File

@ -5,9 +5,8 @@ DEPENDS = "readline ncurses"
LICENSE = "PD"
SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
file://cross-compile.patch;patch=1 \
file://libtool.patch;patch=1 \
file://ldflags.patch;patch=1"
file://libtool.patch;patch=1"
S = "${WORKDIR}/sqlite-${PV}"
inherit autotools pkgconfig

View File

@ -1,2 +1 @@
require sqlite3.inc
PR = "r2"