vdr-plugin-live: dependancy of pcre2:host is unnecessary

This commit is contained in:
Rudi Heitbaum 2023-11-08 11:53:28 +00:00
parent 5c5e463c9c
commit 54b02821ad

View File

@ -8,7 +8,7 @@ PKG_SHA256="8231f22d397b6cc954615304a12319fb74553aa67fbf12536b1df6727f69b8a2"
PKG_LICENSE="GPL"
PKG_SITE="http://live.vdr-developer.org/en/index.php"
PKG_URL="https://github.com/MarkusEh/vdr-plugin-live/archive/v${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain vdr tntnet pcre2:host pcre2"
PKG_DEPENDS_TARGET="toolchain vdr tntnet pcre2"
PKG_NEED_UNPACK="$(get_pkg_directory vdr)"
PKG_LONGDESC="Allows a comfortable operation of VDR and some of its plugins through a web interface."
PKG_TOOLCHAIN="manual"