[oe-commits] Joe MacDonald : wireshark: update README instructions

git at git.openembedded.org git at git.openembedded.org
Wed Aug 6 23:07:20 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 7a3f8a76cba9a248e5ea2bac6ed3d52dd82b6269
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=7a3f8a76cba9a248e5ea2bac6ed3d52dd82b6269

Author: Joe MacDonald <joe_macdonald at mentor.com>
Date:   Wed Aug  6 10:40:34 2014 -0400

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 at mvista.com>
Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>

---

 meta-networking/recipes-support/wireshark/README | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-support/wireshark/README b/meta-networking/recipes-support/wireshark/README
index 0e0c526..63b5b72 100644
--- a/meta-networking/recipes-support/wireshark/README
+++ b/meta-networking/recipes-support/wireshark/README
@@ -19,6 +19,10 @@ IMAGE_INSTALL_append = " wireshark"
 Adding the wireshark to your graphical build
 ========================================
 via local.conf
+IMAGE_INSTALL_append = " wireshark"
+
+and one of:
+
 EXTRA_IMAGE_FEATURES += "x11-base"
 
 or use the "core-image-x11"
@@ -29,8 +33,12 @@ Maintenance
 
 Send patches, comments or questions to openembedded-devel at lists.openembedded.org
 
-When sending single patches, please using something like:
-'git send-email -1 --to  openembedded-devel at lists.openembedded.org --cc akuster at mvista.com --subject-prefix=meta-security][PATCH'
+When sending single patches, please use something like:
+
+   git send-email -1 -M \
+       --to openembedded-devel at lists.openembedded.org \
+       --cc akuster at mvista.com \
+       --subject-prefix=meta-networking][PATCH
 
 Maintainer:    Armin Kuster <akuster at mvista.com>
 



More information about the Openembedded-commits mailing list