diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2014-08-06 10:40:34 -0400 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-08-06 11:24:28 -0400 |
commit | 7a3f8a76cba9a248e5ea2bac6ed3d52dd82b6269 (patch) | |
tree | 14d918d22123090c4ff45bfd8533c05afba80c9d /meta-networking | |
parent | 96ef73e77204afcd58bc72806088c78483a36fcf (diff) | |
download | meta-openembedded-7a3f8a76cba9a248e5ea2bac6ed3d52dd82b6269.tar.gz |
wireshark: update README instructions
Minor tweaks to the README to make the email suggestion follow the format
used in other meta-openembedded README files and adding clarification on
building wireshark in a GUI environment.
Acked-by: Armin Kuster <akuster@mvista.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-support/wireshark/README | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/meta-networking/recipes-support/wireshark/README b/meta-networking/recipes-support/wireshark/README index 0e0c52656..63b5b7263 100644 --- a/meta-networking/recipes-support/wireshark/README +++ b/meta-networking/recipes-support/wireshark/README | |||
@@ -19,6 +19,10 @@ IMAGE_INSTALL_append = " wireshark" | |||
19 | Adding the wireshark to your graphical build | 19 | Adding the wireshark to your graphical build |
20 | ======================================== | 20 | ======================================== |
21 | via local.conf | 21 | via local.conf |
22 | IMAGE_INSTALL_append = " wireshark" | ||
23 | |||
24 | and one of: | ||
25 | |||
22 | EXTRA_IMAGE_FEATURES += "x11-base" | 26 | EXTRA_IMAGE_FEATURES += "x11-base" |
23 | 27 | ||
24 | or use the "core-image-x11" | 28 | or use the "core-image-x11" |
@@ -29,8 +33,12 @@ Maintenance | |||
29 | 33 | ||
30 | Send patches, comments or questions to openembedded-devel@lists.openembedded.org | 34 | Send patches, comments or questions to openembedded-devel@lists.openembedded.org |
31 | 35 | ||
32 | When sending single patches, please using something like: | 36 | When sending single patches, please use something like: |
33 | 'git send-email -1 --to openembedded-devel@lists.openembedded.org --cc akuster@mvista.com --subject-prefix=meta-security][PATCH' | 37 | |
38 | git send-email -1 -M \ | ||
39 | --to openembedded-devel@lists.openembedded.org \ | ||
40 | --cc akuster@mvista.com \ | ||
41 | --subject-prefix=meta-networking][PATCH | ||
34 | 42 | ||
35 | Maintainer: Armin Kuster <akuster@mvista.com> | 43 | Maintainer: Armin Kuster <akuster@mvista.com> |
36 | 44 | ||