From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH 7/7] phpmyadmin: remove dependency on bash
Date: Fri, 10 May 2013 19:09:33 +0100 [thread overview]
Message-ID: <f05dfc0deea48fa996c357bc124f38e2b4e5e44f.1368209302.git.paul.eggleton@linux.intel.com> (raw)
In-Reply-To: <cover.1368209301.git.paul.eggleton@linux.intel.com>
In-Reply-To: <cover.1368209301.git.paul.eggleton@linux.intel.com>
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>
---
meta-webserver/recipes-php/phpmyadmin/phpmyadmin_3.5.8.1.bb | 3 +++
1 file changed, 3 insertions(+)
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} \
--
1.8.1.2
prev parent reply other threads:[~2013-05-10 18:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-10 18:09 [PATCH 0/7] Apache/modphp/phpMyAdmin updates Paul Eggleton
2013-05-10 18:09 ` [PATCH 1/7] apache2: update to 2.4.4 Paul Eggleton
2013-05-10 18:09 ` [PATCH 2/7] apache2: drop unneeded workaround for apr/apr-util config script issue Paul Eggleton
2013-05-10 18:09 ` [PATCH 3/7] modphp: update to 5.4.15 Paul Eggleton
2013-05-10 18:09 ` [PATCH 4/7] modphp: fix text relocation QA warning Paul Eggleton
2013-05-10 18:09 ` [PATCH 5/7] modphp: fix re-exec of do_install Paul Eggleton
2013-05-10 18:09 ` [PATCH 6/7] phpmyadmin: update to 3.5.8.1 Paul Eggleton
2013-05-10 18:09 ` Paul Eggleton [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f05dfc0deea48fa996c357bc124f38e2b4e5e44f.1368209302.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox