mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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@linux.intel.com>
This commit is contained in:
@@ -21,6 +21,9 @@ do_install() {
|
|||||||
|
|
||||||
install -d ${D}${sysconfdir}/apache2/conf.d
|
install -d ${D}${sysconfdir}/apache2/conf.d
|
||||||
install -m 0644 ${WORKDIR}/apache.conf ${D}${sysconfdir}/apache2/conf.d/phpmyadmin.conf
|
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} \
|
FILES_${PN} = "${datadir}/${BPN} \
|
||||||
|
|||||||
Reference in New Issue
Block a user