pkg: updated patching information

This commit is contained in:
Oleg Hahm 2015-04-21 16:50:49 +02:00
parent 7f92ce3829
commit 9226eaa619

View File

@ -3,12 +3,12 @@ use with RIOT (to build an external module). If you'd like to add a package to
RIOT you need to add a directory with the name of your package to this directory. RIOT you need to add a directory with the name of your package to this directory.
Your directory should contain at least two files: Your directory should contain at least two files:
* **patch.txt**- Your patch of the upstream application of the package to make * **One or more patch files** - Your patches of the upstream application of
it build with RIOT. the package to make it build with RIOT.
* **Makefile**- A Makefile describing how to get the upstream application, apply * **Makefile**- A Makefile describing how to get the upstream application,
the patch and how to build the package as a RIOT module. apply the patch and how to build the package as a RIOT module.
A rough template for several methods of acquiring a package A rough template for several methods of acquiring a package is provided in
is provided in Makefile.git, Makefile.http, and Makefile.svn Makefile.git, Makefile.http, and Makefile.svn
### Creating a patch with git ### Creating a patch with git