mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
JsonSchemaBuilder: Remove redundant PKG_NEED_UNPACK
PKG_DEPENDS_UNPACK takes care of that.
This commit is contained in:
parent
36e8fd71cf
commit
5341d46525
@ -7,8 +7,7 @@ PKG_VERSION="0"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://www.kodi.tv"
|
||||
PKG_DEPENDS_HOST="toolchain:host"
|
||||
PKG_DEPENDS_UNPACK="kodi"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory $MEDIACENTER)"
|
||||
PKG_DEPENDS_UNPACK="$MEDIACENTER"
|
||||
PKG_LONGDESC="kodi-platform:"
|
||||
|
||||
PKG_CMAKE_SCRIPT="$(get_build_dir $MEDIACENTER)/tools/depends/native/JsonSchemaBuilder/CMakeLists.txt"
|
||||
|
Loading…
x
Reference in New Issue
Block a user