projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70dcf9a
)
sqlite3: remove maintainer
12763/head
author
Sebastian Kemper
<sebastian_ml@gmx.net>
Wed, 8 Jul 2020 16:29:31 +0000
(18:29 +0200)
committer
Sebastian Kemper
<sebastian_ml@gmx.net>
Wed, 8 Jul 2020 16:29:31 +0000
(18:29 +0200)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
libs/sqlite3/Makefile
patch
|
blob
|
history
diff --git
a/libs/sqlite3/Makefile
b/libs/sqlite3/Makefile
index bd9d49482b11b2ec0d926b67546f3ca3379a4231..d23df597b4ada0f698662d0010ad97222a7eb9aa 100644
(file)
--- 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