All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-webserver][PATCH] webmin: remove init script for gentoo
@ 2014-10-31 10:04 Chong Lu
  0 siblings, 0 replies; only message in thread
From: Chong Lu @ 2014-10-31 10:04 UTC (permalink / raw)
  To: openembedded-devel

The configure.initd.gentoo script is used for gentoo, it is invalid for oe. So
remove it to solve the following warning:

webmin-1.700: webmin-module-ajaxterm requires /sbin/runscript, but no providers
in its RDEPENDS [file-rdeps]

Signed-off-by: Chong Lu <Chong.Lu@windriver.com>
---
 recipes-webadmin/webmin/webmin_1.700.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb b/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb
index 2a363cb..c6523c5 100644
--- a/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb
+++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.700.bb
@@ -82,6 +82,7 @@ do_install() {
     install -d ${D}${libexecdir}/webmin
     cp -pPR ${S}/* ${D}${libexecdir}/webmin
     rm -f ${D}${libexecdir}/webmin/webmin-init
+    rm -f ${D}${libexecdir}/webmin/ajaxterm/ajaxterm/configure.initd.gentoo
     rm -rf ${D}${libexecdir}/webmin/patches
 
     # Run setup script
-- 
1.9.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-31 10:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-31 10:04 [meta-webserver][PATCH] webmin: remove init script for gentoo Chong Lu

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.