mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 12:46:53 +00:00
config/options: initialise the debug helper caches
This commit is contained in:
parent
54dd0475de
commit
1edbc1b10f
@ -109,6 +109,8 @@ if [ "$OEM" = yes -o "$OEM" = no ]; then
|
|||||||
OEM_SUPPORT=$OEM
|
OEM_SUPPORT=$OEM
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
[ -z ${_DEBUG_DEPENDS_LIST+x} ] && set_debug_depends
|
||||||
|
|
||||||
check_path >&2
|
check_path >&2
|
||||||
check_config >&2
|
check_config >&2
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>.
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
unset _CACHE_PACKAGE_LOCAL _CACHE_PACKAGE_GLOBAL
|
unset _CACHE_PACKAGE_LOCAL _CACHE_PACKAGE_GLOBAL _DEBUG_DEPENDS_LIST _DEBUG_PACKAGE_LIST
|
||||||
|
|
||||||
. config/options ""
|
. config/options ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user