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-perl | |
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-perl')
-rw-r--r-- | meta-perl/README | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-perl/README b/meta-perl/README index 67f291079..2419ae228 100644 --- a/meta-perl/README +++ b/meta-perl/README | |||
@@ -78,7 +78,7 @@ Send patches / pull requests to openembedded-devel@lists.openembedded.org with | |||
78 | '[meta-perl]' in the subject. | 78 | '[meta-perl]' in the subject. |
79 | 79 | ||
80 | When sending single patches, please using something like: | 80 | When sending single patches, please using something like: |
81 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-perl][PATCH' | 81 | git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix='meta-perl][PATCH' |
82 | 82 | ||
83 | Layer maintainers: | 83 | Layer maintainers: |
84 | Hongxu Jia <hongxu.jia@windriver.com> | 84 | Hongxu Jia <hongxu.jia@windriver.com> |
@@ -90,4 +90,3 @@ License | |||
90 | All metadata is MIT licensed unless otherwise stated. Source code included | 90 | All metadata is MIT licensed unless otherwise stated. Source code included |
91 | in tree for individual recipes is under the LICENSE stated in each recipe | 91 | in tree for individual recipes is under the LICENSE stated in each recipe |
92 | (.bb file) unless otherwise stated. | 92 | (.bb file) unless otherwise stated. |
93 | |||