summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/wireshark
diff options
context:
space:
mode:
authorJoe MacDonald <joe_macdonald@mentor.com>2014-08-06 10:40:34 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2014-08-06 11:24:28 -0400
commit7a3f8a76cba9a248e5ea2bac6ed3d52dd82b6269 (patch)
tree14d918d22123090c4ff45bfd8533c05afba80c9d /meta-networking/recipes-support/wireshark
parent96ef73e77204afcd58bc72806088c78483a36fcf (diff)
downloadmeta-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/recipes-support/wireshark')
-rw-r--r--meta-networking/recipes-support/wireshark/README12
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"
19Adding the wireshark to your graphical build 19Adding the wireshark to your graphical build
20======================================== 20========================================
21via local.conf 21via local.conf
22IMAGE_INSTALL_append = " wireshark"
23
24and one of:
25
22EXTRA_IMAGE_FEATURES += "x11-base" 26EXTRA_IMAGE_FEATURES += "x11-base"
23 27
24or use the "core-image-x11" 28or use the "core-image-x11"
@@ -29,8 +33,12 @@ Maintenance
29 33
30Send patches, comments or questions to openembedded-devel@lists.openembedded.org 34Send patches, comments or questions to openembedded-devel@lists.openembedded.org
31 35
32When sending single patches, please using something like: 36When 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
35Maintainer: Armin Kuster <akuster@mvista.com> 43Maintainer: Armin Kuster <akuster@mvista.com>
36 44