aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support
diff options
context:
space:
mode:
authorMingde (Matthew) Zeng <matthew.zeng@windriver.com>2020-04-08 10:44:27 -0400
committerKhem Raj <raj.khem@gmail.com>2020-04-08 11:21:13 -0700
commit6d80111b244f549ae3c2768d6e3872aa746ec1cf (patch)
tree1fcbf0d502a85e82144278f87ac7cecc09a3b88f /meta-networking/recipes-support
parent26801c58ee2b0621bd55fc6269abc874d5da5017 (diff)
downloadmeta-openembedded-6d80111b244f549ae3c2768d6e3872aa746ec1cf.tar.gz
wireshark: poppler: prevent PACKAGECONFIG change based on different layers
As per discussed in a previous email under the subject "Regarding poppler auto PACKAGECONFIG when qt5-layer exists", adding a layer but not using it should not change PACKAGECONFIG automatically. It may result unexpected error. Signed-off-by: Matthew Zeng <matthew.zeng@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support')
-rw-r--r--meta-networking/recipes-support/wireshark/wireshark_3.2.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/wireshark/wireshark_3.2.2.bb b/meta-networking/recipes-support/wireshark/wireshark_3.2.2.bb
index 91a7e1a36d..db545028f2 100644
--- a/meta-networking/recipes-support/wireshark/wireshark_3.2.2.bb
+++ b/meta-networking/recipes-support/wireshark/wireshark_3.2.2.bb
@@ -19,7 +19,7 @@ PE = "1"
inherit cmake pkgconfig python3native perlnative upstream-version-is-even mime mime-xdg
-PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc ${@bb.utils.contains('BBFILE_COLLECTIONS', 'qt5-layer', 'qt5 plugins', '', d)}"
+PACKAGECONFIG ?= "libpcap gnutls libnl libcap sbc"
PACKAGECONFIG_class-native = "libpcap gnutls ssl libssh"