summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0e0c52656a..63b5b72631 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