diff mbox series

[meta-networking] squid: Add missing bash dependency for ptest package

Message ID 20240224013412.402229-1-raj.khem@gmail.com
State Accepted, archived
Headers show
Series [meta-networking] squid: Add missing bash dependency for ptest package | expand

Commit Message

Khem Raj Feb. 24, 2024, 1:34 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../conf/include/ptest-packagelists-meta-networking.inc         | 2 +-
 meta-networking/recipes-daemons/squid/squid_6.7.bb              | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
index 05c4e474ab..574e3a0aa1 100644
--- a/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
+++ b/meta-networking/conf/include/ptest-packagelists-meta-networking.inc
@@ -16,6 +16,7 @@  PTESTS_FAST_META_NETWORKING = "\
     lldpd \
     mbedtls \
     openhpi \
+    squid \
     tcpdump \
 "
 
@@ -33,5 +34,4 @@  PTESTS_PROBLEMS_META_NETWORKING = "\
     nftables \
     openl2tp \
     python3-scapy \
-    squid \
 "
diff --git a/meta-networking/recipes-daemons/squid/squid_6.7.bb b/meta-networking/recipes-daemons/squid/squid_6.7.bb
index 519ece80f1..a4932cd36c 100644
--- a/meta-networking/recipes-daemons/squid/squid_6.7.bb
+++ b/meta-networking/recipes-daemons/squid/squid_6.7.bb
@@ -143,4 +143,4 @@  FILES:${PN}-conf += "${sysconfdir}/squid"
 FILES:${PN}-networkmanager = "${libdir}/NetworkManager/dispatcher.d"
 
 RDEPENDS:${PN} += "perl ${PN}-conf"
-RDEPENDS:${PN}-ptest += "perl make"
+RDEPENDS:${PN}-ptest += "perl make bash"