From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mail.openembedded.org (Postfix) with ESMTP id D6B2565DCA for ; Mon, 14 Apr 2014 07:43:37 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WZbYG-0000PW-EM for openembedded-devel@lists.openembedded.org; Mon, 14 Apr 2014 09:43:36 +0200 Received: from ip4da2a5ae.direct-adsl.nl ([77.162.165.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2014 09:43:36 +0200 Received: from koen by ip4da2a5ae.direct-adsl.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 14 Apr 2014 09:43:36 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Mon, 14 Apr 2014 09:43:24 +0200 Message-ID: References: <2201d43b35ff3c7007ccbd3805b2d4ec0d0b9193.1397459226.git.Chong.Lu@windriver.com> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ip4da2a5ae.direct-adsl.nl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 In-Reply-To: <2201d43b35ff3c7007ccbd3805b2d4ec0d0b9193.1397459226.git.Chong.Lu@windriver.com> X-Enigmail-Version: 1.6 Subject: Re: [PATCH 2/2] mariadb: add perl to RDEPENDS X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 07:43:40 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chong Lu schreef op 14-04-14 09:16: > Perl doesn't be installed in small image, but mariadb-server, > mariadb-client and mariadb-leftovers need it in runtime, so we add perl > to RDEPENDS. It doesn't need any perl modules to work? > > Signed-off-by: Hongxu Jia Signed-off-by: Chong > Lu --- > meta-oe/recipes-support/mysql/mariadb_5.1.67.inc | 4 ++++ 1 file changed, > 4 insertions(+) > > diff --git a/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc > b/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc index 37a0f0c..e474b3c > 100644 --- a/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc +++ > b/meta-oe/recipes-support/mysql/mariadb_5.1.67.inc @@ -116,6 +116,10 @@ > FILES_${PN} = " " RDEPENDS_${PN} = "${PN}-client ${PN}-server" > ALLOW_EMPTY_${PN} = "1" > > +RDEPENDS_${PN}-client = "perl" +RDEPENDS_${PN}-server = "perl" > +RDEPENDS_${PN}-leftovers = "perl" + FILES_libmysqlclient = "\ > ${libdir}/libmysqlclient.so.* \ ${libdir}/plugin/*.so.*" > -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFTS5GcMkyGM64RGpERAoYVAJ4+8cnpKMHIC7YqhO/N4QZPMAX3DACfaheN oB0KZz+3h0heDx7RJ5gdiT8= =ttpI -----END PGP SIGNATURE-----