[oe-commits] [meta-openembedded] 02/19: nostromo: add dependency for nroff used during compile phase

git at git.openembedded.org git at git.openembedded.org
Mon Aug 8 11:55:48 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit e9bf73f8671bba516a0c5c5d0bc450316df06f41
Author: Derek Straka <derek at asterius.io>
AuthorDate: Fri Jul 29 10:25:08 2016 -0400

    nostromo: add dependency for nroff used during compile phase
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 7d660ce..5493c12 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
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list