All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-webserver][PATCH 1/2] nostromo: remove useradd of a user already provided by base-passwd
@ 2016-07-29 14:25 Derek Straka
  2016-07-29 14:25 ` [meta-webserver][PATCH 2/2] nostromo: add dependency for nroff used during compile phase Derek Straka
  0 siblings, 1 reply; 2+ messages in thread
From: Derek Straka @ 2016-07-29 14:25 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

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 e06a696..7d660ce 100644
--- a/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb
+++ b/meta-webserver/recipes-httpd/nostromo/nostromo_1.9.6.bb
@@ -18,7 +18,7 @@ TARGET_CC_ARCH += "${LDFLAGS}"
 
 DEPENDS = "openssl"
 
-inherit update-rc.d useradd
+inherit update-rc.d
 
 INITSCRIPT_NAME = "nostromo"
 INITSCRIPT_PARAMS = "defaults 70"
@@ -27,11 +27,6 @@ do_compile() {
     oe_runmake
 }
 
-# we need user/group www-data to exist when we install
-#
-USERADD_PACKAGES = "${PN}"
-USERADD_PARAM_${PN} = "--system -g www-data www-data"
-
 do_install() {
     install -d ${D}/${sbindir}
     install -m 0755 src/nhttpd/nhttpd ${D}/${sbindir}/nhttpd
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [meta-webserver][PATCH 2/2] nostromo: add dependency for nroff used during compile phase
  2016-07-29 14:25 [meta-webserver][PATCH 1/2] nostromo: remove useradd of a user already provided by base-passwd Derek Straka
@ 2016-07-29 14:25 ` Derek Straka
  0 siblings, 0 replies; 2+ messages in thread
From: Derek Straka @ 2016-07-29 14:25 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Derek Straka <derek@asterius.io>
---
 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
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-29 14:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-29 14:25 [meta-webserver][PATCH 1/2] nostromo: remove useradd of a user already provided by base-passwd Derek Straka
2016-07-29 14:25 ` [meta-webserver][PATCH 2/2] nostromo: add dependency for nroff used during compile phase Derek Straka

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.