From 6b37f3374de58cf818268b541e5320ae62381b6b Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Tue, 11 Dec 2018 10:47:34 -0500 Subject: ibm: Add missing nginx dependencies The IBM layer bbappend for nginx brings in the shell and openssl. Add missing runtime dependencies. (From meta-ibm rev: f6d19e0c30ec918d7c0288a6270ce7e3679e4dec) Change-Id: I01d1727ccbe91fad68407b0c18f3e10282a4d847 Signed-off-by: Brad Bishop --- meta-ibm/recipes-httpd/nginx/nginx_%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-ibm') diff --git a/meta-ibm/recipes-httpd/nginx/nginx_%.bbappend b/meta-ibm/recipes-httpd/nginx/nginx_%.bbappend index 8eb7e402b..7acc986c2 100644 --- a/meta-ibm/recipes-httpd/nginx/nginx_%.bbappend +++ b/meta-ibm/recipes-httpd/nginx/nginx_%.bbappend @@ -9,6 +9,11 @@ SRC_URI += " \ file://gen-cert.sh \ " +RDEPENDS_${PN} += " \ + openssl \ + ${VIRTUAL-RUNTIME_base-utils} \ + " + EXTRA_OECONF =+ " --without-select_module --with-http_gunzip_module" SSLCERTPATH = "/etc/ssl/certs/nginx/" -- cgit v1.2.3