config/options: initialise the debug helper caches

This commit is contained in:
MilhouseVH 2018-02-19 07:08:48 +00:00
parent 54dd0475de
commit 1edbc1b10f
2 changed files with 3 additions and 1 deletions

View File

@ -109,6 +109,8 @@ if [ "$OEM" = yes -o "$OEM" = no ]; then
OEM_SUPPORT=$OEM
fi
[ -z ${_DEBUG_DEPENDS_LIST+x} ] && set_debug_depends
check_path >&2
check_config >&2

View File

@ -18,7 +18,7 @@
# 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 ""