From e9bf73f8671bba516a0c5c5d0bc450316df06f41 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 29 Jul 2016 10:25:08 -0400 Subject: [PATCH] nostromo: add dependency for nroff used during compile phase Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb index 7d660ce0a3..5493c12b3e 100644 --- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb +++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb @@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "541494ecfeafec58c0876ccc90cc23b06e0144f6f42029af44c7cdb1f4 TARGET_CC_ARCH += "${LDFLAGS}" -DEPENDS = "openssl" +DEPENDS = "openssl groff-native" inherit update-rc.d