scripts: add support for PKG_ADDON_PROVIDES

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue
2015-03-22 21:57:07 +01:00
parent a4ded8637d
commit 8407816414
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@
@REQUIRES@
</requires>
<extension point="xbmc.python.script" library="default.py">
<provides>executable</provides>
<provides>@PKG_ADDON_PROVIDES@</provides>
</extension>
<extension point="xbmc.addon.metadata">
<summary>@PKG_SHORTDESC@</summary>