aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-08-01 10:46:23 +0200
committermontellese <montellese@xbmc.org>2014-08-01 10:46:23 +0200
commit219d0e1c1f9aa6118736d60a6b08e223c8d67b87 (patch)
treed300000103803025221152068bb50bfcf49b251c
parent6b54c290c11eed79dfd610cfcedaeb8683ca2124 (diff)
binary addons: update README
-rw-r--r--project/cmake/addons/README6
1 files changed, 2 insertions, 4 deletions
diff --git a/project/cmake/addons/README b/project/cmake/addons/README
index 59a5728e3b..11af701bae 100644
--- a/project/cmake/addons/README
+++ b/project/cmake/addons/README
@@ -3,13 +3,11 @@ XBMC ADDONS
This directory contains the cmake-based buildsystem for addons. It looks into
the "addons" sub-directory and parses all *.txt files. Each addon must have its
own <addon-id>.txt file which must follow the defined format:
- <addon-id> <git-base-url> <git-revision>
+ <addon-id> <git-url> <git-revision>
where
* <addon-id> must be identical to the addon's ID as defined in the addon's
addon.xml
- * <git-base-url> must be the base URL (i.e. the URL must not contain the name
- of the git repository itself) of the git repository containing the addon.
- The repository name of the addon must be <addon-id>.
+ * <git-url> must be the URL of the git repository containing the addon.
* <git-revision> must be a valid git tag/branch/commit in the addon's git
repository which will be used for the build.