scripts/create_addon: build broken addons - they're placeholders, not actually broken

This commit is contained in:
MilhouseVH 2019-02-13 15:10:54 +00:00
parent b306960630
commit d8689a7e0a

View File

@ -95,8 +95,6 @@ get_addons() {
# Return 0 if package is a suitable addon, 1 otherwise
verify_addon() {
[ "${PKG_ADDON_TYPE}" = "xbmc.broken" ] && return 1
if [ -n "${PKG_ARCH}" ]; then
listcontains "${PKG_ARCH}" "!${TARGET_ARCH}" && return 1
listcontains "${PKG_ARCH}" "${TARGET_ARCH}" || listcontains "${PKG_ARCH}" "any" || return 1