sqlite: update to sqlite-autoconf-3090000, install sqlite binary

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-10-16 21:02:55 +02:00
parent e33754cf6d
commit 3f21054728

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="sqlite"
PKG_VERSION="autoconf-3081101"
PKG_VERSION="autoconf-3090000"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="PublicDomain"
@ -74,7 +74,3 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-static \
--enable-threadsafe \
--enable-dynamic-extensions \
--with-gnu-ld"
post_makeinstall_target() {
rm -rf $INSTALL/usr/bin
}