Move SQLite to genode-world

Fixes #1874
This commit is contained in:
Emery Hemingway 2016-02-04 13:30:25 +01:00 committed by Christian Helmuth
parent 688e86ab68
commit d0735b1734
5 changed files with 0 additions and 33 deletions

View File

@ -1 +0,0 @@
INC_DIR += $(call select_from_ports,sqlite)/include/sqlite

View File

@ -1,9 +0,0 @@
SQLITE_DIR = $(call select_from_ports,sqlite)/src/lib/sqlite
INC_DIR += $(SQLITE_DIR)
LIBS += libc
SRC_C = sqlite3.c
vpath %.c $(SQLITE_DIR)

View File

@ -1 +0,0 @@
42df44c7a774c25ced00731a7dede19f15287124

View File

@ -1,12 +0,0 @@
LICENSE := PublicDomain
VERSION := 3.8.7.4
DOWNLOADS := sqlite.archive
URL(sqlite) := http://www.sqlite.org/2014/sqlite-amalgamation-3080704.zip
SHA(sqlite) := c59060db42ab51e4a063f4f91ce4bc7aad5ab5fa
DIR(sqlite) := src/lib/sqlite
UNZIP_OPT(sqlite) := -j
DIRS := include/sqlite
DIR_CONTENT(include/sqlite) := src/lib/sqlite/sqlite3.h src/lib/sqlite/sqlite3ext.h

View File

@ -1,10 +0,0 @@
SQLITE_DIR = $(call select_from_ports,sqlite)/src/lib/sqlite
TARGET = test-sqlite
LIBS = libc sqlite
# This file contains code to implement the "sqlite" command line
# utility for accessing SQLite databases.
SRC_CC = shell.c
vpath %.c $(SQLITE_DIR)