[oe-commits] [meta-openembedded] 06/66: mariadb: add libdbi-perl to RDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Oct 3 17:31:21 UTC 2016


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

commit aad32cfc8c184ff78e484957e751dc65982575a2
Author: Zhixiong Chi <Zhixiong.Chi at windriver.com>
AuthorDate: Mon Sep 26 13:31:19 2016 +0800

    mariadb: add libdbi-perl to RDEPENDS
    
    The commands(mysql_convert_table_format and mysql_setpermission) need
    the supported API provided by the libdbi-perl package.
    So add the libdbi-perl to the variable RDEPENDS of mariabdb-server.
    
    Move libdbi-perl from meta-perl to meta-oe
    
    Signed-off-by: Zhixiong Chi <Zhixiong.Chi at windriver.com>
    Signed-off-by: Mingli Yu <Mingli.Yu at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 .../libdb => meta-oe/recipes-devtools/perl}/libdbi-perl_1.636.bb        | 0
 meta-oe/recipes-support/mysql/mariadb.inc                               | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-perl/recipes-perl/libdb/libdbi-perl_1.636.bb b/meta-oe/recipes-devtools/perl/libdbi-perl_1.636.bb
similarity index 100%
rename from meta-perl/recipes-perl/libdb/libdbi-perl_1.636.bb
rename to meta-oe/recipes-devtools/perl/libdbi-perl_1.636.bb
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