[oe-commits] [meta-openembedded] 05/15: webmin: ensure correct PERLLIB path

git at git.openembedded.org git at git.openembedded.org
Wed Oct 5 16:25:03 UTC 2016


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

commit b23da47bb80310a15ad8d6cf8f5482cf300fac6e
Author: Chen Qi <Qi.Chen at windriver.com>
AuthorDate: Thu Sep 29 09:44:16 2016 +0800

    webmin: ensure correct PERLLIB path
    
    Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb b/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb
index 3fc083a..d96c0f2 100644
--- a/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb
+++ b/meta-webserver/recipes-webadmin/webmin/webmin_1.801.bb
@@ -109,6 +109,9 @@ do_install() {
     export no_pam=1
     mkdir -p $tempdir
     ${S}/../setup.sh
+
+    # Ensure correct PERLLIB path
+    sed -i -e 's#${D}##g' ${D}${sysconfdir}/webmin/start
 }
 
 INITSCRIPT_NAME = "webmin"

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


More information about the Openembedded-commits mailing list