[oe-commits] [meta-openembedded] 31/43: phpmyadmin: add rdepend to php-cli

git at git.openembedded.org git at git.openembedded.org
Mon Aug 13 06:24:59 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit ed440efa1e1ed6fb05db650834a8639e6ff73df3
Author: Changqing Li <changqing.li at windriver.com>
AuthorDate: Tue Aug 7 08:58:37 2018 +0800

    phpmyadmin: add rdepend to php-cli
    
    phpmyadmin install some bin list below that depend on interpreter php,
    without rdepend,  will report "Not found the interpreter php"
    
    /usr/share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/lint-query
    /usr/share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/tokenize-query
    /usr/share/phpmyadmin/vendor/phpmyadmin/sql-parser/bin/highlight-query
    
    Signed-off-by: Changqing Li <changqing.li at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb
index c5b515e..a626852 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.8.2.bb
@@ -38,4 +38,4 @@ do_install() {
 FILES_${PN} = "${datadir}/${BPN} \
                ${sysconfdir}/apache2/conf.d"
 
-RDEPENDS_${PN} += "bash"
+RDEPENDS_${PN} += "bash php-cli"

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


More information about the Openembedded-commits mailing list