[oe-commits] Paul Eggleton : phpmyadmin: remove dependency on bash

git at git.openembedded.org git at git.openembedded.org
Tue May 14 22:43:27 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: fcc900a459a5331f51ca41dd5c63644c7ae4a29f
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=fcc900a459a5331f51ca41dd5c63644c7ae4a29f

Author: Paul Eggleton <paul.eggleton at linux.intel.com>
Date:   Fri May 10 17:07:54 2013 +0100

phpmyadmin: remove dependency on bash

Remove some mostly superfluous scripts for adding additional mimetype
support that add an explicit dependency on bash.

Signed-off-by: Paul Eggleton <paul.eggleton at linux.intel.com>

---

 .../recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb   |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb
index 54cacb5..e48e515 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb
@@ -21,6 +21,9 @@ do_install() {
 
     install -d ${D}${sysconfdir}/apache2/conf.d
     install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf
+
+    # Remove a few scripts that explicitly require bash (!)
+    rm -f ${D}${datadir}/phpmyadmin/libraries/transformations/*.sh
 }
 
 FILES_${PN} = "${datadir}/${BPN} \





More information about the Openembedded-commits mailing list