mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
gerbera: set config file to 600 permissions
Only gerbera needs to read the file. Added config file to conffiles to fix opkg update support. Added several extra options to the UCI config. Manual editing is still required. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gerbera
|
||||
PKG_VERSION:=1.5.0
|
||||
PKG_RELEASE:=3
|
||||
PKG_RELEASE:=4
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/gerbera/gerbera/tar.gz/v$(PKG_VERSION)?
|
||||
@@ -41,7 +41,6 @@ endef
|
||||
|
||||
define Package/gerbera/conffiles
|
||||
/etc/config/gerbera
|
||||
/etc/gerbera/config.xml
|
||||
endef
|
||||
|
||||
CMAKE_OPTIONS += \
|
||||
|
||||
Reference in New Issue
Block a user