diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-30 18:45:19 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-11-30 18:45:19 +0100 |
commit | dc8ff7c04031f4e29d0f7d38bc7457e22db626e5 (patch) | |
tree | b1f18c98389d464fc1f48fc8efbeec75855885e4 /target/appliances/kodi.appliance | |
parent | e5ca8420af8f19cee196636cce57d5d5dd0ebca0 (diff) |
kodi: pyexpat required for mediathek addon
Diffstat (limited to 'target/appliances/kodi.appliance')
-rw-r--r-- | target/appliances/kodi.appliance | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/appliances/kodi.appliance b/target/appliances/kodi.appliance index 27b719474..ad60fa283 100644 --- a/target/appliances/kodi.appliance +++ b/target/appliances/kodi.appliance @@ -6,6 +6,7 @@ config ADK_APPLIANCE_KODI select ADK_PACKAGE_KODI select ADK_PACKAGE_PYTHON2_MOD_ZLIB # required for YouTube Addon select ADK_PACKAGE_PYTHON2_MOD_SSL # required for YouTube Addon + select ADK_PACKAGE_PYTHON2_MOD_EXPAT # required for Mediathek Addon select ADK_PACKAGE_CURL select ADK_PACKAGE_CURL_WITH_LIBRESSL select ADK_PACKAGE_DROPBEAR |