mariadb: Add sudo dependency

During update we use sudo to start an instance. It probably could be
workarounded, but given the MariaDB size, dependency on sudo shouldn't
be an issue.

Signed-off-by: Michal Hrusecky <michal.hrusecky@turris.com>
(cherry picked from commit 0ffec9bd4b)
This commit is contained in:
Michal Hrusecky 2022-01-13 15:11:01 +01:00 committed by Josef Schlehofer
parent f4d8f9c98f
commit d0bb487412
No known key found for this signature in database
GPG Key ID: B950216FE4329F4C
1 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=mariadb
PKG_VERSION:=10.4.22
PKG_RELEASE:=2
PKG_RELEASE:=3
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL := https://archive.mariadb.org/$(PKG_NAME)-$(PKG_VERSION)/source
@ -264,7 +264,8 @@ define Package/mariadb-server-base
+libaio \
+liblzma \
+libpcre \
+resolveip
+resolveip \
+sudo
TITLE:=MariaDB database server base
USERID:=mariadb=376:mariadb=376
endef