From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mail.openembedded.org (Postfix) with ESMTP id 187DE7050E for ; Wed, 16 Jul 2014 03:01:28 +0000 (UTC) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail.windriver.com (8.14.5/8.14.5) with ESMTP id s6G31SWi025996 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 15 Jul 2014 20:01:28 -0700 (PDT) Received: from [128.224.162.181] (128.224.162.181) by ALA-HCA.corp.ad.wrs.com (147.11.189.40) with Microsoft SMTP Server id 14.3.169.1; Tue, 15 Jul 2014 20:01:28 -0700 Message-ID: <53C5EB06.3030403@windriver.com> Date: Wed, 16 Jul 2014 11:01:26 +0800 From: Robert Yang User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 MIME-Version: 1.0 To: Khem Raj References: In-Reply-To: Cc: Patches and discussions about the oe-core layer Subject: Re: [PATCH 13/38] gnu-config: add perl to RDEPENDS_gnu-config X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Jul 2014 03:01:31 -0000 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 7bit On 07/15/2014 11:40 PM, Khem Raj wrote: > On Tue, Jul 15, 2014 at 7:19 AM, Robert Yang wrote: >> Perl script: >> gnu-config/usr/bin/gnu-configize > > will it impact native recipes too ? Yes, it will, thanks, update it to target only in the git repo, RDEPENDS_${PN}_class-target += "perl" // Robert > >> >> [YOCTO #1662] >> >> Signed-off-by: Robert Yang >> --- >> .../gnu-config/gnu-config_20120814.bb | 2 ++ >> meta/recipes-devtools/gnu-config/gnu-config_git.bb | 2 ++ >> 2 files changed, 4 insertions(+) >> >> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb >> index d67466a..af4afd6 100644 >> --- a/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb >> +++ b/meta/recipes-devtools/gnu-config/gnu-config_20120814.bb >> @@ -17,6 +17,8 @@ SRC_URI = "http://downloads.yoctoproject.org/releases/gnu-config/gnu-config-${PV >> SRC_URI[md5sum] = "bcfca5a2bb39edad4aae5a65efc84094" >> SRC_URI[sha256sum] = "44f99a8e76f3e8e4fec0bb5ad4762f8e44366168554ce66cb85afbe2ed3efd8b" >> >> +RDEPENDS_${PN} += "perl" >> + >> do_compile() { >> : >> } >> diff --git a/meta/recipes-devtools/gnu-config/gnu-config_git.bb b/meta/recipes-devtools/gnu-config/gnu-config_git.bb >> index 00fa759..d1b0a59 100644 >> --- a/meta/recipes-devtools/gnu-config/gnu-config_git.bb >> +++ b/meta/recipes-devtools/gnu-config/gnu-config_git.bb >> @@ -17,6 +17,8 @@ SRC_URI = "git://git.sv.gnu.org/config.git \ >> >> S = "${WORKDIR}/git" >> >> +RDEPENDS_${PN} += "perl" >> + >> do_compile() { >> : >> } >> -- >> 1.7.9.5 >> >> -- >> _______________________________________________ >> Openembedded-core mailing list >> Openembedded-core@lists.openembedded.org >> http://lists.openembedded.org/mailman/listinfo/openembedded-core > >