index
:
openwrt-packages.git
Community maintained packages for OpenWrt
log msg
author
committer
range
linksys3200ac-master
master
update/libndpi-to-4.6
update/udpspeeder
about
summary
refs
log
tree
commit
diff
path:
root
/
libs
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:29:31 +0200
committer
Sebastian Kemper <sebastian_ml@gmx.net>
2020-07-08 18:29:31 +0200
commit
8274603dd10fb770e0d6e51edca9b031d7717dd6
(
patch
)
tree
f2313db3cb671ebed1187f1bf07b47a9b486fac7
/
libs
parent
70dcf9aa84b092995f90d33eb034c24a2547eef3
(
diff
)
sqlite3: remove maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat
(limited to 'libs')
-rw-r--r--
libs/sqlite3/Makefile
3
1 files changed, 2 insertions, 1 deletions
diff --git a/libs/sqlite3/Makefile b/libs/sqlite3/Makefile
index bd9d49482..d23df597b 100644
--- a/
libs/sqlite3/Makefile
+++ b/
libs/sqlite3/Makefile
@@ -18,6 +18,8 @@ PKG_SOURCE_URL:=https://www.sqlite.org/2020/
PKG_LICENSE:=PUBLICDOMAIN
PKG_LICENSE_FILES:=
+PKG_MAINTAINER:=
+
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-autoconf-$(PKG_VERSION)
PKG_BUILD_PARALLEL:=1
@@ -45,7 +47,6 @@ define Package/sqlite3/Default
SUBMENU:=Database
TITLE:=SQLite (v3.x) database engine
URL:=http://www.sqlite.org/
- MAINTAINER:=Sebastian Kemper <sebastian_ml@gmx.net>
endef
define Package/sqlite3/Default/description