mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
3ae196f269
commit
fcc900a459
|
|
@ -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} \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user