[oe-commits] [meta-openembedded] 38/80: mariadb: add libdbi-perl to the depends of mariadb-server

git at git.openembedded.org git at git.openembedded.org
Wed Aug 31 17:08:57 UTC 2016


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

commit bdf0f01d63a961d2fc8393382d4ad4cc0c30f4f3
Author: Zhixiong Chi <zhixiong.chi at windriver.com>
AuthorDate: Tue Aug 23 11:10:30 2016 +0800

    mariadb: add libdbi-perl to the depends of mariadb-server
    
    The commands(mysql_convert_table_format and mysql_setpermission) need
    to the supported API provided by the libdbi-perl package.
    So add the libdbi-perl to the variable RDEPENDS of mariabdb-server.
    
    Signed-off-by: Zhixiong Chi <Zhixiong.Chi at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/mysql/mariadb.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/mysql/mariadb.inc b/meta-oe/recipes-support/mysql/mariadb.inc
index 73905b6..c2d2ecf 100644
--- a/meta-oe/recipes-support/mysql/mariadb.inc
+++ b/meta-oe/recipes-support/mysql/mariadb.inc
@@ -169,7 +169,7 @@ RDEPENDS_${PN}-client = "perl perl-module-getopt-long perl-module-file-temp \
 RDEPENDS_${PN}-server = "perl perl-module-getopt-long perl-module-data-dumper \
     perl-module-file-basename perl-module-file-path perl-module-sys-hostname \
     perl-module-file-copy perl-module-file-temp perl-module-posix \
-    ${PN}-client"
+    ${PN}-client libdbi-perl"
 RDEPENDS_${PN}-leftovers = "perl perl-module-cwd perl-module-benchmark perl-module-getopt-long \
     perl-module-posix perl-module-data-dumper perl-module-sigtrap perl-module-threads \
     perl-module-threads-shared perl-module-io-socket perl-module-sys-hostname perl-module-file-copy \

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


More information about the Openembedded-commits mailing list