diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-07-17 09:07:34 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-07-17 09:08:47 -0700 |
commit | d774c880236ee67f0e15455c3ef2171c8d0fef40 (patch) | |
tree | dab7d6ab48b23f01905530e26fa814d7206fa97f /meta-multimedia/README | |
parent | 1f6cf6779ecaff0f6e43db81e1644a07f5eab7d2 (diff) | |
download | meta-openembedded-d774c880236ee67f0e15455c3ef2171c8d0fef40.tar.gz |
layers: Fix git send-email instructions in README
This ensures that cut-n-paste of this command from README will work
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/README')
-rw-r--r-- | meta-multimedia/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-multimedia/README b/meta-multimedia/README index b4c2455a1..9c649ff87 100644 --- a/meta-multimedia/README +++ b/meta-multimedia/README | |||
@@ -9,10 +9,10 @@ layers: meta-oe | |||
9 | branch: master | 9 | branch: master |
10 | revision: HEAD | 10 | revision: HEAD |
11 | 11 | ||
12 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject' | 12 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-multimedia]' in the subject |
13 | 13 | ||
14 | When sending single patches, please use something like: | 14 | When sending single patches, please use something like: |
15 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-multimedia][PATCH | 15 | git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-multimedia][PATCH' |
16 | 16 | ||
17 | You are encouraged to fork the mirror on github https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like GitLab, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI. | 17 | You are encouraged to fork the mirror on github https://github.com/openembedded/meta-openembedded to share your patches, this is preferred for patch sets consisting of more than one patch. Other services like GitLab, repo.or.cz or self hosted setups are of course accepted as well, 'git fetch <remote>' works the same on all of them. We recommend github because it is free, easy to use, has been proven to be reliable and has a really good web GUI. |
18 | 18 | ||